Changeset 51088 in vbox for trunk/src/VBox/Runtime/Makefile.kmk
- Timestamp:
- Apr 16, 2014 4:30:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r51074 r51088 2516 2516 # Find the best way to generate a symbol list and subject it to mangling.h. 2517 2517 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...) 2519 2519 @readelf -Ws $^ \ 2520 2520 | $(SED) \ … … 2565 2565 -e '/^VBoxGuest_/d'\ 2566 2566 | $(SED) -nf "$@" 2567 e lse2568 $(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 \ 2570 2570 -e 's/^[0-9a-f][0-9a-f]* //' \ 2571 2571 -e '/^[TUDB] /!d' \ … … 2588 2588 -e '/^g_/p' \ 2589 2589 | $(SED) -nf "$@" 2590 endif2591 2590 endif 2592 2591 endif
Note:
See TracChangeset
for help on using the changeset viewer.