VirtualBox

Changeset 3689 in vbox for trunk


Ignore:
Timestamp:
Jul 18, 2007 3:58:08 PM (18 years ago)
Author:
vboxsync
Message:

Drop a couple of non-C++ options from VBOXR0DRV (linux).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r3687 r3689  
    13881388        -fno-reorder-blocks -ffreestanding -fno-asynchronous-unwind-tables -funit-at-a-time \
    13891389        -Wno-sign-compare -Wdeclaration-after-statement
    1390 TEMPLATE_VBOXR0DRV_CXXFLAGS            = $(filter-out -Wstrict-prototypes -Wno-pointer-sign,$(TEMPLATE_VBOXR0DRV_CFLAGS) $(TEMPLATE_VBOXR0DRV_CFLAGS.$(BUILD_TARGET_ARCH))) -fno-exceptions -fno-rtti
     1390TEMPLATE_VBOXR0DRV_CXXFLAGS            = $(filter-out -Wstrict-prototypes -Wno-pointer-sign -ffreestanding -Wdeclaration-after-statement,$(TEMPLATE_VBOXR0DRV_CFLAGS) $(TEMPLATE_VBOXR0DRV_CFLAGS.$(BUILD_TARGET_ARCH))) -fno-exceptions -fno-rtti
    13911391  ifndef VBOX_LINUX_VERSION_2_4
    13921392# 2.6
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