Changeset 3914 in vbox
- Timestamp:
- Jul 29, 2007 10:19:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r3904 r3914 421 421 VBOX_ASFLAGS_FMT = -f elf64 -DASM_FORMAT_ELF 422 422 endif 423 VBOX_ASFLAGS_DBFINFO = -g dwarf2423 VBOX_ASFLAGS_DBFINFO = -g dwarf2 424 424 endif 425 425 ifeq ($(VBOX_LDR_FMT),lx) … … 1456 1456 ifeq ($(BUILD_TARGET),solaris) 1457 1457 # x86 Solaris: 1458 ## The location of the solaris kernel headers.1459 VBOX_SOLARIS_SRC ?= /usr/include/sys1460 1458 ## The Solaris /usr/include. 1461 1459 VBOX_SOLARIS_SYS_INCS ?= /usr/include … … 1464 1462 TEMPLATE_VBOXR0DRV_DEFS = _KERNEL _STRICT_STDC IN_RING0 IN_RT_R0 1465 1463 TEMPLATE_VBOXR0DRV_INCS = \ 1466 $(VBOX_SOLARIS_SRC) \1467 1464 $(VBOX_SOLARIS_SYS_INCS) 1468 1465 TEMPLATE_VBOXR0DRV_SYSSUFF = .o 1469 1466 TEMPLATE_VBOXR0DRV_LDFLAGS = -r 1470 # exclude -Wall because of solaris headers' #pragma ident warnings that gcc refuses to supress!!1467 # exclude -Wall because of solaris headers' pragma ident warnings that gcc refuses to supress!! 1471 1468 TEMPLATE_VBOXR0DRV_CFLAGS = -Wno-trigraphs -Wpointer-arith -Winline $(VBOX_GCC_Wno-pointer-sign) \ 1472 1469 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs\ … … 1635 1632 else ifeq ($(BUILD_TARGET),solaris) 1636 1633 TEMPLATE_VBOXR3EXE_TOOL = GXX3PLAIN 1637 TEMPLATE_VBOXR3EXE_LIBS = rt 1634 TEMPLATE_VBOXR3EXE_LIBS = rt socket 1638 1635 else 1639 1636 $(warning Warning: VBOX Build: Target $(BUILD_TARGET) is not officially supported!)
Note:
See TracChangeset
for help on using the changeset viewer.