From owner-svn-src-head@FreeBSD.ORG Sun Sep 28 12:13:52 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 750A6BB3; Sun, 28 Sep 2014 12:13:52 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60E58B08; Sun, 28 Sep 2014 12:13:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SCDqgP004457; Sun, 28 Sep 2014 12:13:52 GMT (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SCDqsB004456; Sun, 28 Sep 2014 12:13:52 GMT (envelope-from nyan@FreeBSD.org) Message-Id: <201409281213.s8SCDqsB004456@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nyan set sender to nyan@FreeBSD.org using -f From: Takahashi Yoshihiro Date: Sun, 28 Sep 2014 12:13:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r272250 - head/sys/boot/pc98/boot2 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 12:13:52 -0000 Author: nyan Date: Sun Sep 28 12:13:51 2014 New Revision: 272250 URL: http://svnweb.freebsd.org/changeset/base/272250 Log: Reduce diffs against i386. Modified: head/sys/boot/pc98/boot2/Makefile Modified: head/sys/boot/pc98/boot2/Makefile ============================================================================== --- head/sys/boot/pc98/boot2/Makefile Sun Sep 28 12:12:54 2014 (r272249) +++ head/sys/boot/pc98/boot2/Makefile Sun Sep 28 12:13:51 2014 (r272250) @@ -2,10 +2,6 @@ .include -# XXX: clang can compile the boot code just fine, but boot2 gets too big -#CC:= gcc -#COMPILER_TYPE:= gcc - FILES= boot boot1 boot2 NM?= nm @@ -114,4 +110,5 @@ boot2.h: boot1.out .include # XXX: clang integrated-as doesn't grok .codeNN directives yet -CFLAGS+= ${CLANG_NO_IAS} +CFLAGS.boot1.S= ${CLANG_NO_IAS} +CFLAGS+= ${CFLAGS.${.IMPSRC:T}}