VirtualBox

Ignore:
Timestamp:
Apr 16, 2014 4:30:29 PM (11 years ago)
Author:
vboxsync
Message:

Runtime/Makefile: make test-mangling perform on newer systems the test for older gcc as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r51074 r51088  
    25162516# Find the best way to generate a symbol list and subject it to mangling.h.
    25172517  if $(intersects $(KBUILD_TARGET), linux) && "$(VBOX_GCC_fvisibility-hidden)"
    2518         $(call MSG_L1,IPRT: Testing mangling and visiblity...)
     2518        $(call MSG_L1,IPRT: Testing mangling and visiblity for newer gcc...)
    25192519        @readelf -Ws $^ \
    25202520                | $(SED) \
     
    25652565                        -e '/^VBoxGuest_/d'\
    25662566                | $(SED) -nf "$@"
    2567   else
    2568         $(call MSG_L1,IPRT: Testing mangling...)
    2569         nm $^   | $(SED) -n \
     2567  endif
     2568        $(call MSG_L1,IPRT: Testing mangling for older gcc...)
     2569        @nm $^  | $(SED) -n \
    25702570                        -e 's/^[0-9a-f][0-9a-f]* //' \
    25712571                        -e '/^[TUDB] /!d' \
     
    25882588                        -e '/^g_/p' \
    25892589                | $(SED) -nf "$@"
    2590   endif
    25912590 endif
    25922591endif
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