diff options
Diffstat (limited to 'ucbhelper/util/makefile.pmk')
-rw-r--r-- | ucbhelper/util/makefile.pmk | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/ucbhelper/util/makefile.pmk b/ucbhelper/util/makefile.pmk index 836165aa7f8d..23f38aa614e5 100644 --- a/ucbhelper/util/makefile.pmk +++ b/ucbhelper/util/makefile.pmk @@ -32,15 +32,4 @@ # define UCBHELPER_DLLIMPLEMENTATION (see @ ucbhelperdllapi.h) CDEFS += -DUCBHELPER_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 |