Changeset 3979 in vbox
- Timestamp:
- Aug 2, 2007 1:24:38 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23401
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r3914 r3979 1461 1461 TEMPLATE_VBOXR0DRV_TOOL = $(VBOX_GCC_TOOL) 1462 1462 TEMPLATE_VBOXR0DRV_DEFS = _KERNEL _STRICT_STDC IN_RING0 IN_RT_R0 1463 TEMPLATE_VBOXR0DRV_INCS = \1464 $(VBOX_SOLARIS_SYS_INCS)1463 #TEMPLATE_VBOXR0DRV_INCS = \ 1464 # $(VBOX_SOLARIS_SYS_INCS) 1465 1465 TEMPLATE_VBOXR0DRV_SYSSUFF = .o 1466 1466 TEMPLATE_VBOXR0DRV_LDFLAGS = -r 1467 1467 # exclude -Wall because of solaris headers' pragma ident warnings that gcc refuses to supress!! 1468 1468 TEMPLATE_VBOXR0DRV_CFLAGS = -Wno-trigraphs -Wpointer-arith -Winline $(VBOX_GCC_Wno-pointer-sign) \ 1469 -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs\1469 -Wmissing-prototypes -Wstrict-prototypes \ 1470 1470 -O2 -ffreestanding -nodefaultlibs -fno-strict-aliasing -fno-common -std=c99 1471 1471 ## *************************** SOLARISTODO ******************
Note:
See TracChangeset
for help on using the changeset viewer.