Author: jhibbits
Date: Thu Nov  8 01:51:23 2012
New Revision: 242737
URL: http://svnweb.freebsd.org/changeset/base/242737

Log:
  Add DTrace to 32-bit PowerPC GENERIC now.
  
  MFC after:    1 month

Modified:
  head/sys/powerpc/conf/GENERIC

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC       Thu Nov  8 01:46:47 2012        
(r242736)
+++ head/sys/powerpc/conf/GENERIC       Thu Nov  8 01:51:23 2012        
(r242737)
@@ -24,6 +24,7 @@ ident         GENERIC
 machine        powerpc powerpc
 
 makeoptions    DEBUG=-g                #Build kernel with gdb(1) debug symbols
+makeoptions    WITH_CTF=1
 
 # Platform support
 options        POWERMAC                #NewWorld Apple PowerMacs
@@ -68,6 +69,8 @@ options       AUDIT                   # Security event auditi
 options        CAPABILITY_MODE         # Capsicum capability mode
 options        CAPABILITIES            # Capsicum capabilities
 options        MAC                     # TrustedBSD MAC Framework
+options        KDTRACE_HOOKS           # Kernel DTrace hooks
+options        DDB_CTF                 # Kernel ELF linker loads CTF data
 options        INCLUDE_CONFIG_FILE     # Include this file in kernel
 
 # Debugging support.  Always need this:
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to