Reduce diffs against i386.

This commit is contained in:
Yoshihiro Takahashi 2014-09-28 12:13:51 +00:00
parent a580f768cf
commit 985b2f8cd1

View File

@ -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}}