Changeset 46938 in vbox
- Timestamp:
- Jul 3, 2013 1:43:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Config.kmk
r46935 r46938 57 57 TEMPLATE_VBoxBios32Lib_TOOL = OPENWATCOM 58 58 TEMPLATE_VBoxBios32Lib_ASTOOL = OPENWATCOM 59 TEMPLATE_VBoxBios32Lib_CFLAGS = -q -wx -zu -s -oas -ms -nt=BIOS32 -nd=BIOS32 -hc -d1+ 59 TEMPLATE_VBoxBios32Lib_CFLAGS = -q -wx -zu -s -oas -ms -nt=BIOS32 -nd=BIOS32 -hc 60 ifeq ($(KBUILD_TARGET),darwin) # The Open Watcom version we use on darwin generate trouble for the link in -d1+ mode; -d2 doesn't work anywhere. 61 TEMPLATE_VBoxBios32Lib_CFLAGS += -d1 62 else 63 TEMPLATE_VBoxBios32Lib_CFLAGS += -d1+ 64 endif 60 65 TEMPLATE_VBoxBios32Lib_CXXFLAGS = $(TEMPLATE_VBoxBios32_CFLAGS) 61 66 TEMPLATE_VBoxBios32Lib_LNK_DEPS = $(NO_SUCH_VARIABLE)
Note:
See TracChangeset
for help on using the changeset viewer.