diff options
author | Roman Divacky <rdivacky@FreeBSD.org> | 2015-01-01 10:07:57 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@FreeBSD.org> | 2015-01-01 10:07:57 +0000 |
commit | 4f104484ed4d26b6ffd158e52f3c11c26a6e3fea (patch) | |
tree | dc1e59ff80c0892ea497305be0a9ea39632c2be3 /sys/conf/Makefile.pc98 | |
parent | 255155fc91f7437bc2eba36fc42bf8041f7d736b (diff) |
LLVM integrated assembler can assemble these files just fine.
Notes
Notes:
svn path=/head/; revision=276499
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r-- | sys/conf/Makefile.pc98 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 728261b417b0..28d0956912bc 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -30,10 +30,6 @@ S= ../../.. .endif .include "$S/conf/kern.pre.mk" -# XXX: clang integrated-as doesn't grok .codeNN directives yet -ASM_CFLAGS.mpboot.s= ${CLANG_NO_IAS} -ASM_CFLAGS+= ${ASM_CFLAGS.${.IMPSRC:T}} - %BEFORE_DEPEND %OBJS |