svn commit: r272250 - head/sys/boot/pc98/boot2

Takahashi Yoshihiro nyan at FreeBSD.org
Sun Sep 28 12:13:52 UTC 2014


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 <bsd.own.mk>
 
-# 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 <bsd.prog.mk>
 
 # XXX: clang integrated-as doesn't grok .codeNN directives yet
-CFLAGS+=		${CLANG_NO_IAS}
+CFLAGS.boot1.S=		${CLANG_NO_IAS}
+CFLAGS+=		${CFLAGS.${.IMPSRC:T}}


More information about the svn-src-all mailing list