svn commit: r262383 - projects/clang-sparc64/sys/sparc64/conf
Dimitry Andric
dim at FreeBSD.org
Sun Feb 23 19:18:05 UTC 2014
Author: dim
Date: Sun Feb 23 19:18:04 2014
New Revision: 262383
URL: http://svnweb.freebsd.org/changeset/base/262383
Log:
Similar to r261991, for compiling the GENERIC kernel on sparc64,
explicitly use -gdwarf-2 for the debug symbols.
Modified:
projects/clang-sparc64/sys/sparc64/conf/GENERIC
Modified: projects/clang-sparc64/sys/sparc64/conf/GENERIC
==============================================================================
--- projects/clang-sparc64/sys/sparc64/conf/GENERIC Sun Feb 23 18:59:47 2014 (r262382)
+++ projects/clang-sparc64/sys/sparc64/conf/GENERIC Sun Feb 23 19:18:04 2014 (r262383)
@@ -21,7 +21,7 @@
cpu SUN4U
ident GENERIC
-makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
+makeoptions DEBUG=-gdwarf-2 # Build kernel with gdb(1) debug symbols
# Platforms supported
# At this time all platforms are supported, as-is.
More information about the svn-src-projects
mailing list