Changeset 40772 in vbox
- Timestamp:
- Apr 5, 2012 12:18:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r40654 r40772 616 616 VBOX_WITH_DTRACE_R3 = 1 617 617 endif 618 # Set this to enable kernel driver dtrace probes.619 if1of ($(KBUILD_TARGET), solaris)620 VBOX_WITH_DTRACE_R0DRV = 1621 endif622 # Set this to enable dtrace probes in platform agnostic kernel code.623 if1of ($(KBUILD_TARGET), solaris)624 VBOX_WITH_DTRACE_R0 = 1625 endif618 ## Set this to enable kernel driver dtrace probes. 619 #if1of ($(KBUILD_TARGET), solaris) 620 # VBOX_WITH_DTRACE_R0DRV = 1 621 #endif 622 ## Set this to enable dtrace probes in platform agnostic kernel code. 623 #if1of ($(KBUILD_TARGET), solaris) 624 # VBOX_WITH_DTRACE_R0 = 1 625 #endif 626 626 # Set this to enable dtrace probes raw-mode context code. 627 627 #VBOX_WITH_DTRACE_RC = 1 … … 2957 2957 $(VBOX_GCC_WARN) -Wstrict-prototypes $(VBOX_GCC_Wno-pointer-sign) -Wno-sign-compare $(VBOX_GCC_fdiagnostics-show-option) \ 2958 2958 $(VBOX_GCC_fno-stack-protector) $(VBOX_GCC_R0_OPT) $(VBOX_GCC_R0_FP) \ 2959 -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration 2959 -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration 2960 2960 TEMPLATE_VBOXR0DRV_CFLAGS.x86 = -mpreferred-stack-boundary=2 -msoft-float 2961 2961 TEMPLATE_VBOXR0DRV_CFLAGS.amd64 = -m64 -mno-red-zone -mcmodel=kernel -mno-sse -mno-mmx -mno-sse2 -mno-3dnow \
Note:
See TracChangeset
for help on using the changeset viewer.