Changeset 3233 in vbox
- Timestamp:
- Jun 22, 2007 2:02:47 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22215
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r3221 r3233 1336 1336 -fno-reorder-blocks -ffreestanding -fno-asynchronous-unwind-tables -funit-at-a-time \ 1337 1337 -Wno-sign-compare -Wdeclaration-after-statement 1338 TEMPLATE_VBOXR0DRV_CXXFLAGS = $(filter-out -Wstrict-prototypes -Wno-pointer-sign,$(TEMPLATE_VBOXR0DRV_CFLAGS) ) -fno-exceptions -fno-rtti1338 TEMPLATE_VBOXR0DRV_CXXFLAGS = $(filter-out -Wstrict-prototypes -Wno-pointer-sign,$(TEMPLATE_VBOXR0DRV_CFLAGS) $(TEMPLATE_VBOXR0DRV_CFLAGS.$(BUILD_TARGET_ARCH))) -fno-exceptions -fno-rtti 1339 1339 ifndef VBOX_LINUX_VERSION_2_4 1340 1340 # 2.6
Note:
See TracChangeset
for help on using the changeset viewer.