Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 01:51:23 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242737 - head/sys/powerpc/conf
Message-ID:  <201211080151.qA81pNNN052142@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211080151.qA81pNNN052142>