diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-09-13 20:20:45 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-09-13 20:21:07 +0200 |
commit | 4fa8282816cb39692678e9da6b6693e821a3039b (patch) | |
tree | 7da85a2aa31b851d782acca5bc1f683c23280e37 /solenv | |
parent | 100805844ab3371553803b0b05d3a41a42da7a3a (diff) |
mac: clean-up obsolete conditional code based on old SDK
Change-Id: Ie2d476780a48b5815961598e214343d5def962c1
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/macosx.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk index 3d407300cc60..6501b0a82814 100644 --- a/solenv/gbuild/platform/macosx.mk +++ b/solenv/gbuild/platform/macosx.mk @@ -61,19 +61,6 @@ gb_CXXFLAGS := \ #-Wshadow \ break in compiler headers already #-fsigned-char \ might be removed? -# Without this I get struct/class clashes for "complex" when compiling -# some source files in vcl, at least with the 10.7 SDK. -ifneq ($(filter 1070,$(MACOSX_SDK_VERSION)),) -gb_COMPILERDEFS += \ - -DBOOST_DETAIL_NO_CONTAINER_FWD \ - -endif - -ifneq ($(filter 1060,$(MACOSX_SDK_VERSION)),) -gb_COMPILERNOOPTFLAGS := -O0 -fstrict-overflow - -endif - ifeq ($(HAVE_GCC_NO_LONG_DOUBLE),TRUE) gb_CXXFLAGS += -Wno-long-double endif |