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}}
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to