VirtualBox

Changeset 46938 in vbox


Ignore:
Timestamp:
Jul 3, 2013 1:43:35 PM (12 years ago)
Author:
vboxsync
Message:

darwin build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Config.kmk

    r46935 r46938  
    5757TEMPLATE_VBoxBios32Lib_TOOL       = OPENWATCOM
    5858TEMPLATE_VBoxBios32Lib_ASTOOL     = OPENWATCOM
    59 TEMPLATE_VBoxBios32Lib_CFLAGS     = -q -wx -zu -s -oas -ms -nt=BIOS32 -nd=BIOS32 -hc -d1+
     59TEMPLATE_VBoxBios32Lib_CFLAGS     = -q -wx -zu -s -oas -ms -nt=BIOS32 -nd=BIOS32 -hc
     60ifeq ($(KBUILD_TARGET),darwin) # The Open Watcom version we use on darwin generate trouble for the link in -d1+ mode; -d2 doesn't work anywhere.
     61TEMPLATE_VBoxBios32Lib_CFLAGS    += -d1
     62else
     63TEMPLATE_VBoxBios32Lib_CFLAGS    += -d1+
     64endif
    6065TEMPLATE_VBoxBios32Lib_CXXFLAGS   = $(TEMPLATE_VBoxBios32_CFLAGS)
    6166TEMPLATE_VBoxBios32Lib_LNK_DEPS   = $(NO_SUCH_VARIABLE)
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