Changeset 2526 in vbox for trunk/Config.kmk
- Timestamp:
- May 7, 2007 4:10:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r2523 r2526 850 850 $(APPEND) "$@" "VBOX_GCC_Wno-extra ?= $(call VBOX_GCC_CHECK_CXX,-Wno-extra)" 851 851 $(APPEND) "$@" "VBOX_GCC_fno-stack-protector ?= $(call VBOX_GCC_CHECK_CC,-fno-stack-protector,)" 852 ifneq ($(BUILD_TARGET),l4) 852 853 @# Set default attribute for ELF and MACH-O symbols to ``hidden'' to reduce the number 853 854 @# of relocation entries and PLT indirections in shared libraries. Don't allow for gcc version < 4. … … 855 856 $(APPEND) "$@" " VBOX_GCC_fvisibility-hidden ?= $(call VBOX_GCC_CHECK_CC,-fvisibility=hidden -DVBOX_HAVE_VISIBILITY_HIDDEN,)" 856 857 $(APPEND) "$@" "endif" 858 endif 859 ifneq ($(BUILD_TARGET),l4) 857 860 @# Set default attribute for inline functions to ``hidden'' to reduce the number 858 861 @# of relocation entries and PLT indirections in shared libraries. Don't allow for gcc version < 4. … … 860 863 $(APPEND) "$@" " VBOX_GCC_fvisibility-inlines-hidden ?= $(call VBOX_GCC_CHECK_CXX,-fvisibility-inlines-hidden,)" 861 864 $(APPEND) "$@" "endif" 865 endif 862 866 @# Find the compiler includes for IPRT no-crt. 863 867 $(APPEND) "$@" "VBOX_PATH_GCC_INCS ?= $(abspath $(dir $(shell LC_ALL=C $(TOOL_$(VBOX_GCC_TOOL)_CC) -print-libgcc-file-name)))/include"
Note:
See TracChangeset
for help on using the changeset viewer.