Reduce diffs against i386.
This commit is contained in:
parent
a580f768cf
commit
985b2f8cd1
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user