diff options
Diffstat (limited to 'sot/util')
-rw-r--r-- | sot/util/makefile.pmk | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sot/util/makefile.pmk b/sot/util/makefile.pmk index 5653efa692e4..939d66818cd0 100644 --- a/sot/util/makefile.pmk +++ b/sot/util/makefile.pmk @@ -31,17 +31,5 @@ # define SOT_DLLIMPLEMENTATION (see @ = sotdllapi.h) CDEFS += -DSOT_DLLIMPLEMENTATION - -# set default symbol visibility / scope to hidden -.IF "$(COMNAME)" == "gcc3" -.IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" - CFLAGS += -fvisibility=hidden -.ENDIF # HAVE_GCC_VISIBILITY_FEATURE -.ENDIF # gcc3 - -.IF "$(COMNAME)" == "sunpro5" -.IF "$(CCNUMVER)" >= "00050005" - CFLAGS += -xldscope=hidden -.ENDIF # 5.5 -.ENDIF # sunpro5 +VISIBILITY_HIDDEN=TRUE |