Changeset 2443 in vbox for trunk/Config.kmk
- Timestamp:
- Apr 30, 2007 6:42:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r2435 r2443 845 845 # of relocation entries and PLT indirections in shared libraries. 846 846 ifeq ($(origin VBOX_GCC_fvisibility-hidden),undefined) 847 export VBOX_GCC_fvisibility-hidden := $(call VBOX_GCC_CHECK_CC,-fvisibility=hidden ,)847 export VBOX_GCC_fvisibility-hidden := $(call VBOX_GCC_CHECK_CC,-fvisibility=hidden -DVBOX_HAVE_VISIBILITY_HIDDEN,) 848 848 endif 849 849 # Set default attribute for inline functions to ``hidden'' to reduce the number
Note:
See TracChangeset
for help on using the changeset viewer.