diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-07-26 22:33:26 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-07-26 22:33:26 -0500 |
commit | 28e14d3995960d3b630d150f925c931ee7fcaf49 (patch) | |
tree | 5a2c29f6ff4058eedad327ffa9099b41b1b9d594 /solenv | |
parent | 6ff81a42b86916cbfdda61b0a9d1949ad27ec744 (diff) |
really remove -Wno-long-double if gcc does not support it :-)
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/unxmacx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/unxmacx.mk b/solenv/inc/unxmacx.mk index 4882779d900f..b60e4022cc06 100644 --- a/solenv/inc/unxmacx.mk +++ b/solenv/inc/unxmacx.mk @@ -113,7 +113,7 @@ CFLAGSEXCEPTIONS=-fexceptions -fno-enforce-eh-specs CFLAGS_NO_EXCEPTIONS=-fno-exceptions # Normal C++ compilation flags -CFLAGSCXX=-pipe -malign-natural -fsigned-char -Wno-long-double $(ARCH_FLAGS) -Wno-ctor-dtor-privacy +CFLAGSCXX=-pipe -malign-natural -fsigned-char $(ARCH_FLAGS) -Wno-ctor-dtor-privacy .IF "$(HAVE_GCC_NO_LONG-DOUBLE)" == "TRUE" CFLAGSCXX+= -Wno-long-double .ENDIF |