Changeset 5879 in vbox for trunk/Config.kmk
- Timestamp:
- Nov 28, 2007 10:18:04 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26369
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r5877 r5879 945 945 else echo "$(2)"; fi; ) 946 946 947 VBOX_GCC_CHECK_LD =$(shell \ 948 if $(TOOL_$(VBOX_GCC_TOOL)_LD) -Wl,--help 2>&1 | grep -q -- $(1); \ 949 then echo "-Wl,$(1)"; \ 950 else echo "$(2)"; fi; ) 951 947 952 VBOX_GCC32_CHECK_CXX = $(shell \ 948 953 if $(TOOL_$(VBOX_GCC32_TOOL)_CXX) $(1) -S -o /dev/null -xc++ /dev/null > /dev/null 2>&1; \ … … 972 977 @# Produce code optimized for the most common IA32/AMD64/EM64T processors. Introduced with gcc version 4.2. 973 978 $(APPEND) "$@" "VBOX_GCC_mtune-generic ?= $(call VBOX_GCC_CHECK_CC,-mtune=generic,)" 979 $(APPEND) "$@" "VBOX_LD_as_needed ?= $(call VBOX_GCC_CHECK_LD,--as-needed,)" 974 980 ifneq ($(BUILD_TARGET),l4) 975 981 @# Set default attribute for ELF and MACH-O symbols to ``hidden'' to reduce the number
Note:
See TracChangeset
for help on using the changeset viewer.