Changeset 46449 in vbox for trunk/Config.kmk
- Timestamp:
- Jun 7, 2013 7:25:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r46432 r46449 768 768 # the debug packages containing symbols for gdb located in /usr/lib/debug. 769 769 VBOX_DO_STRIP := $(if $(filter release profile,$(KBUILD_TYPE)),1,) 770 # Strip R0/GC modules (current requirement for our loader)771 # TODO: This shouldn't be a requirement any longer. FIXME XXX772 VBOX_DO_STRIP_MODULES = 1773 770 774 771 … … 2868 2865 TEMPLATE_VBoxRc_LDFLAGS = -r 2869 2866 else 2870 TEMPLATE_VBoxRc_LDFLAGS = -nostdlib -Bsymbolic 2871 # "temporarily", must fix the loader. 2872 TEMPLATE_VBoxRc_LDFLAGS += $(if $(VBOX_DO_STRIP_MODULES),-S,) 2873 TEMPLATE_VBoxRc_LDFLAGS.release = $(if $(VBOX_DO_STRIP_MODULES),-S,) 2867 TEMPLATE_VBoxRc_LDFLAGS = -nostdlib -Bsymbolic -g 2868 ## @todo WTF doesn't the globals work? Debug info is supposed to be split everywhere. GRR 2869 TEMPLATE_VBoxRc_LD_DEBUG = split 2874 2870 endif 2875 2871 ifn1of ($(KBUILD_TARGET), solaris freebsd) … … 3005 3001 endif 3006 3002 else 3007 TEMPLATE_VBoxR0_LDFLAGS = -nostdlib -Bsymbolic 3008 # temporarily, must fix the loader. 3009 TEMPLATE_VBoxR0_LDFLAGS += $(if $(VBOX_DO_STRIP_MODULES),-S,) 3010 TEMPLATE_VBoxR0_LDFLAGS.release = $(if $(VBOX_DO_STRIP_MODULES),-S,) 3003 TEMPLATE_VBoxR0_LDFLAGS = -nostdlib -Bsymbolic -g 3004 ## @todo WTF doesn't the globals work? Debug info is supposed to be split everywhere. GRR 3005 TEMPLATE_VBoxR0_LD_DEBUG = split 3011 3006 endif 3012 3007 ifn1of ($(KBUILD_TARGET),solaris freebsd)
Note:
See TracChangeset
for help on using the changeset viewer.