Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2014 19:18:05 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r262383 - projects/clang-sparc64/sys/sparc64/conf
Message-ID:  <201402231918.s1NJI5nI085836@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402231918.s1NJI5nI085836>