Changeset 22 in vbox for trunk/Config.kmk
- Timestamp:
- Jan 15, 2007 1:47:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r21 r22 1054 1054 TEMPLATE_VBOXR0DRV_CFLAGS = -nostdinc -iwithprefix include \ 1055 1055 -Wall -Wstrict-prototypes -Wno-trigraphs $(VBOX_GCC_Wno-pointer-sign) \ 1056 $(VBOX_GCC_ OPT) $(VBOX_GCC_FP) -fno-strict-aliasing -fno-common -msoft-float1056 $(VBOX_GCC_fno-stack-protector) $(VBOX_GCC_OPT) $(VBOX_GCC_FP) -fno-strict-aliasing -fno-common -msoft-float 1057 1057 TEMPLATE_VBOXR0DRV_CFLAGS.x86 = -mpreferred-stack-boundary=2 1058 1058 TEMPLATE_VBOXR0DRV_CFLAGS.amd64 = -mno-red-zone -mcmodel=kernel -fno-reorder-blocks \
Note:
See TracChangeset
for help on using the changeset viewer.