Restore comments accidentally removed.
MFC after: 3 days
This commit is contained in:
parent
f421527aa8
commit
7694525189
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user