- Timestamp:
- Jan 26, 2007 3:06:51 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17897
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r336 r343 264 264 265 265 # 266 # HACK ALERT! 267 # OVerride anyone attempting to build Linux/GNU additions when targeting AMD64. 268 # 269 ifdef VBOX_WITH_LINUX_ADDITIONS 270 ifeq ($(BUILD_TARGET_ARCH),amd64) 271 VBOX_WITH_LINUX_ADDITIONS := 272 endif 273 endif 274 275 # 266 276 # Image and object format config. 267 277 # … … 999 1009 TEMPLATE_VBOXR0_CFLAGS = -g -Wall -pedantic -Wno-long-long -Wno-trigraphs $(VBOX_GCC_Wno-variadic-macros) -pipe -Wmissing-prototypes -Wstrict-prototypes $(VBOX_GCC_OPT) $(VBOX_GCC_FP) -fno-strict-aliasing $(VBOX_GCC_fno-stack-protector) 1000 1010 TEMPLATE_VBOXR0_CXXFLAGS = -g -Wall -pedantic -Wno-long-long -Wno-trigraphs $(VBOX_GCC_Wno-variadic-macros) -pipe -fno-rtti -fno-exceptions $(VBOX_GCC_OPT) $(VBOX_GCC_FP) -fno-strict-aliasing $(VBOX_GCC_fno-stack-protector) 1001 TEMPLATE_VBOXR0_CFLAGS.amd64 = -m64 -mno-red-zone -mcmodel=kernel -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-asynchronous-unwind-tables -ffreestanding 1011 TEMPLATE_VBOXR0_CFLAGS.amd64 = -m64 -mno-red-zone -mcmodel=kernel -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-asynchronous-unwind-tables -ffreestanding 1002 1012 TEMPLATE_VBOXR0_CXXFLAGS.amd64 = -m64 -mno-red-zone -mcmodel=kernel -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-asynchronous-unwind-tables 1003 1013 TEMPLATE_VBOXR0_LDFLAGS = -nostdlib -Bsymbolic
Note:
See TracChangeset
for help on using the changeset viewer.