From owner-svn-src-projects@FreeBSD.ORG Sun Feb 23 19:18:05 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EDCB82D; Sun, 23 Feb 2014 19:18:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B5471BBF; Sun, 23 Feb 2014 19:18:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1NJI50w085838; Sun, 23 Feb 2014 19:18:05 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1NJI5nI085836; Sun, 23 Feb 2014 19:18:05 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201402231918.s1NJI5nI085836@svn.freebsd.org> From: Dimitry Andric Date: Sun, 23 Feb 2014 19:18:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r262383 - projects/clang-sparc64/sys/sparc64/conf X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 19:18:05 -0000 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.