summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-06-06 04:08:55 +0000
committerimp <imp@FreeBSD.org>2014-06-06 04:08:55 +0000
commit76945251893ff381099d670ad70698e1b0d67285 (patch)
tree33ece6903763f39df3575683f3b65c8a2f511544 /sys/i386/conf
parentf421527aa84ab84ac64bac58860fa8d184a815bb (diff)
downloadFreeBSD-src-76945251893ff381099d670ad70698e1b0d67285.zip
FreeBSD-src-76945251893ff381099d670ad70698e1b0d67285.tar.gz
Restore comments accidentally removed.
MFC after: 3 days
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/i386/conf/XEN2
2 files changed, 2 insertions, 2 deletions
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"
OpenPOWER on IntegriCloud