Closed Bug 654653 Opened 13 years ago Closed 13 years ago

Some CXXFLAGS is missing for non GNU_CXX compiler

Categories

(Firefox Build System :: General, defect)

All
Solaris
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla6

People

(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)

References

Details

(Keywords: regression)

Attachments

(1 file)

In Bug 650304, CXXFLAGS is setting to $_SAVE_CXXFLAGS if ac_cv_have_usable_char16_t is not "yes".

But _SAVE_CXXFLAGS is only set for GNU_CXX before the checking.
It will wash away some CXXFLAGS.
Attached patch patchSplinter Review
Assignee: nobody → ginn.chen
Status: NEW → ASSIGNED
Attachment #529937 - Flags: review?(benjamin)
Comment on attachment 529937 [details] [diff] [review]
patch

Review of attachment 529937 [details] [diff] [review]:

::: configure.in
@@ +2983,5 @@
 if test "$ac_cv_have_usable_char16_t" = "yes"; then
     AC_DEFINE(HAVE_CPP_CHAR16_T)
     HAVE_CPP_CHAR16_T=1
 else
+    if test "$GNU_CXX"; then

r=me with an "elif" instead of "else if" (and thus, one less "fi")
Attachment #529937 - Flags: review?(benjamin) → review+
http://hg.mozilla.org/mozilla-central/rev/3ff945bdace7
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla6
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: