svn commit: r289714 - head/sys/arm64/conf

Ed Maste emaste at FreeBSD.org
Wed Oct 21 19:08:18 UTC 2015


Author: emaste
Date: Wed Oct 21 19:08:16 2015
New Revision: 289714
URL: https://svnweb.freebsd.org/changeset/base/289714

Log:
  arm64: Enable CTF for DTrace support
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Wed Oct 21 19:06:51 2015	(r289713)
+++ head/sys/arm64/conf/GENERIC	Wed Oct 21 19:08:16 2015	(r289714)
@@ -22,6 +22,7 @@ cpu		ARM64
 ident		GENERIC
 
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
+makeoptions	WITH_CTF=1		# Run ctfconvert(1) for DTrace support
 
 options 	SCHED_ULE		# ULE scheduler
 options 	PREEMPTION		# Enable kernel thread preemption


More information about the svn-src-head mailing list