VirtualBox

Changeset 2526 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
May 7, 2007 4:10:03 PM (18 years ago)
Author:
vboxsync
Message:
  • No -fvisiblity stuff for L4. Too much headaches.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r2523 r2526  
    850850        $(APPEND) "$@" "VBOX_GCC_Wno-extra             ?= $(call VBOX_GCC_CHECK_CXX,-Wno-extra)"
    851851        $(APPEND) "$@" "VBOX_GCC_fno-stack-protector   ?= $(call VBOX_GCC_CHECK_CC,-fno-stack-protector,)"
     852ifneq ($(BUILD_TARGET),l4)
    852853        @# Set default attribute for ELF and MACH-O symbols to ``hidden'' to reduce the number
    853854        @# of relocation entries and PLT indirections in shared libraries. Don't allow for gcc version < 4.
     
    855856        $(APPEND) "$@" " VBOX_GCC_fvisibility-hidden    ?= $(call VBOX_GCC_CHECK_CC,-fvisibility=hidden -DVBOX_HAVE_VISIBILITY_HIDDEN,)"
    856857        $(APPEND) "$@" "endif"
     858endif
     859ifneq ($(BUILD_TARGET),l4)
    857860        @# Set default attribute for inline functions to ``hidden'' to reduce the number
    858861        @# of relocation entries and PLT indirections in shared libraries. Don't allow for gcc version < 4.
     
    860863        $(APPEND) "$@" " VBOX_GCC_fvisibility-inlines-hidden ?= $(call VBOX_GCC_CHECK_CXX,-fvisibility-inlines-hidden,)"
    861864        $(APPEND) "$@" "endif"
     865endif
    862866        @# Find the compiler includes for IPRT no-crt.
    863867        $(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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette