diff options
author | imp <imp@FreeBSD.org> | 2014-06-06 04:08:55 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2014-06-06 04:08:55 +0000 |
commit | 76945251893ff381099d670ad70698e1b0d67285 (patch) | |
tree | 33ece6903763f39df3575683f3b65c8a2f511544 | |
parent | f421527aa84ab84ac64bac58860fa8d184a815bb (diff) | |
download | FreeBSD-src-76945251893ff381099d670ad70698e1b0d67285.zip FreeBSD-src-76945251893ff381099d670ad70698e1b0d67285.tar.gz |
Restore comments accidentally removed.
MFC after: 3 days
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/arm/conf/ZEDBOARD | 2 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/i386/conf/XEN | 2 | ||||
-rw-r--r-- | sys/ia64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/sparc64/conf/GENERIC | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 1c21758..3a41da3 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -21,7 +21,7 @@ cpu HAMMER ident GENERIC -makeoptions DEBUG=-g +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 diff --git a/sys/arm/conf/ZEDBOARD b/sys/arm/conf/ZEDBOARD index 99a2272..9b079af 100644 --- a/sys/arm/conf/ZEDBOARD +++ b/sys/arm/conf/ZEDBOARD @@ -59,7 +59,7 @@ options VFP # vfp/neon options SMP # Symmetric MultiProcessor Kernel # Debugging -makeoptions DEBUG=-g +makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options DDB options KDB # options BREAK_TO_DEBUGGER diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 62d1ace..3948bb2 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -23,7 +23,7 @@ cpu I586_CPU cpu I686_CPU ident GENERIC -makeoptions DEBUG=-g +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 diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN index 0848083..cbf3785 100644 --- a/sys/i386/conf/XEN +++ b/sys/i386/conf/XEN @@ -6,7 +6,7 @@ cpu I686_CPU ident XEN -makeoptions DEBUG=-g +makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols # The following modules don't build with PAE and XEN enabled. makeoptions WITHOUT_MODULES="ctl dpt drm drm2 hptmv ida malo mwl" diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 7225f92..532b74b 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -23,7 +23,7 @@ cpu ITANIUM2 ident GENERIC -makeoptions DEBUG=-g # Build kernel with debug information. +makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options AUDIT # Security event auditing options CAPABILITY_MODE # Capsicum capability mode diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index de100c8..ddb5421 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -21,7 +21,7 @@ cpu SUN4U ident GENERIC -makeoptions DEBUG=-g +makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols # Platforms supported # At this time all platforms are supported, as-is. |