From owner-svn-src-projects@FreeBSD.ORG Fri Feb 21 21:51:20 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 7D5CA6B3; Fri, 21 Feb 2014 21:51:20 +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 69B1D1170; Fri, 21 Feb 2014 21:51:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LLpKOm079904; Fri, 21 Feb 2014 21:51:20 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LLpKiR079903; Fri, 21 Feb 2014 21:51:20 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201402212151.s1LLpKiR079903@svn.freebsd.org> From: Dimitry Andric Date: Fri, 21 Feb 2014 21:51:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r262306 - projects/clang-sparc64/sys/boot/sparc64/boot1 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: Fri, 21 Feb 2014 21:51:20 -0000 Author: dim Date: Fri Feb 21 21:51:19 2014 New Revision: 262306 URL: http://svnweb.freebsd.org/changeset/base/262306 Log: For now, clang spells -mcmodel=medlow as -mcmodel=small. Modified: projects/clang-sparc64/sys/boot/sparc64/boot1/Makefile Modified: projects/clang-sparc64/sys/boot/sparc64/boot1/Makefile ============================================================================== --- projects/clang-sparc64/sys/boot/sparc64/boot1/Makefile Fri Feb 21 21:46:54 2014 (r262305) +++ projects/clang-sparc64/sys/boot/sparc64/boot1/Makefile Fri Feb 21 21:51:19 2014 (r262306) @@ -9,7 +9,9 @@ CLEANFILES=${FILES} boot1.aout BOOTBLOCKBASE= 0x4000 -CFLAGS+=-mcmodel=medlow -Os -I${.CURDIR}/../../common +CFLAGS.clang+=-mcmodel=small +CFLAGS.gcc+=-mcmodel=medlow +CFLAGS+=-Os -I${.CURDIR}/../../common LDFLAGS=-Ttext ${BOOTBLOCKBASE} -Wl,-N # Construct boot1. sunlabel expects it to contain zeroed-out space for the