From 240171aa5da027b6e123e41f1d6368350b9f4290 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 5 Mar 2012 01:30:46 +0200 Subject: 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? --- solenv/inc/unxiosr.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'solenv') 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 # --------------------------------- -- cgit