diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-05 01:30:46 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-05 02:05:27 +0200 |
commit | 240171aa5da027b6e123e41f1d6368350b9f4290 (patch) | |
tree | 8c7beab8991180c761f7ba67f33ab18535d54ca7 /solenv | |
parent | cc9b1e4e41f4c958efbe68b931cd0f1010b2a104 (diff) |
Don't use HAVE_GCC_VISIBILITY_FEATURE for iOS here
We don't use it in gbuild/platform/IOS_ARM_CCC.mk either. Need to be
consistent or we get linker warnings. Should we use it? Probably it
isn't that important for iOS?
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/unxiosr.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/solenv/inc/unxiosr.mk b/solenv/inc/unxiosr.mk index 6928b94842ac..05bded5b55f2 100644 --- a/solenv/inc/unxiosr.mk +++ b/solenv/inc/unxiosr.mk @@ -40,11 +40,6 @@ LINKOUTPUT_FILTER= CFLAGS=-fmessage-length=0 -c $(EXTRA_CFLAGS) -# enable visibility define in "sal/types.h" -.IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" -CDEFS += -DHAVE_GCC_VISIBILITY_FEATURE -.ENDIF # "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" - # --------------------------------- # Compilation flags # --------------------------------- |