Description: dtrace cannot work with GNU ld Index: virtualbox/Config.kmk =================================================================== --- virtualbox.orig/Config.kmk 2014-06-05 10:50:56.863735364 +0400 +++ virtualbox/Config.kmk 2014-06-05 11:14:41.288981478 +0400 @@ -675,7 +675,7 @@ # Good for debugging and analysis. Experimental. #VBOX_WITH_NATIVE_SOLARIS_LOADING = 1 # Set this to enable user mode dtrace probes. -if1of ($(KBUILD_TARGET), darwin linux solaris) +if1of ($(KBUILD_TARGET), darwin linux) VBOX_WITH_DTRACE_R3 = 1 endif # Set this to enable kernel driver dtrace probes. @@ -687,7 +687,7 @@ VBOX_WITH_DTRACE_R0 = 1 endif # Set this to enable dtrace probes raw-mode context code. -if1of ($(KBUILD_TARGET), linux solaris) +if1of ($(KBUILD_TARGET), linux) VBOX_WITH_DTRACE_RC = 1 endif # Set this to enable support for dtrace probes in guest code.