diff options
author | marius <marius@FreeBSD.org> | 2014-06-05 13:08:08 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2014-06-05 13:08:08 +0000 |
commit | 226f09e56ee391e9ee059bd93892eadb16de4fc2 (patch) | |
tree | 58920ba5db6b3dea2d041fe22a12859b51f3a14b | |
parent | 4eacd73a8c1dd9939188b309ac413bfb904e3970 (diff) | |
download | FreeBSD-src-226f09e56ee391e9ee059bd93892eadb16de4fc2.zip FreeBSD-src-226f09e56ee391e9ee059bd93892eadb16de4fc2.tar.gz |
Fix mismerge in r267049 and put makeoptions DEBUG=-gdwarf-2 instead of
DEBUG=-g back.
Still, the original comment should be restored in head and then be MFCed
along with r263749.
-rw-r--r-- | sys/i386/conf/XEN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN index 1eadb34..8348d67 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=-gdwarf-2 # Build kernel with gdb(1) debug symbols # The following modules don't build with PAE and XEN enabled. makeoptions WITHOUT_MODULES="ctl cxgb dpt drm drm2 hptmv ida malo mwl rdma" |