Assemble linux32_locore.s and ia32_sigtramp.S with clang integrated assembler.
Support for .code32 and .code64 in llvm was implemented more than 2 years ago. Tested by: Dan McGregor <dan.mcgregor at usask dot ca>
This commit is contained in:
parent
6a52209f9c
commit
4d93b060fa
@ -41,8 +41,6 @@ MKMODULESENV+= MACHINE=amd64
|
||||
|
||||
# XXX: clang integrated-as doesn't grok .codeNN directives yet
|
||||
ASM_CFLAGS.acpi_wakecode.S= ${CLANG_NO_IAS}
|
||||
ASM_CFLAGS.ia32_sigtramp.S= ${CLANG_NO_IAS}
|
||||
ASM_CFLAGS.linux32_locore.s= ${CLANG_NO_IAS}
|
||||
ASM_CFLAGS.mpboot.S= ${CLANG_NO_IAS}
|
||||
ASM_CFLAGS+= ${ASM_CFLAGS.${.IMPSRC:T}}
|
||||
|
||||
|
@ -64,7 +64,3 @@ CFLAGS+= -DKTR
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
||||
# XXX: clang integrated-as doesn't grok .codeNN directives yet
|
||||
CFLAGS.linux32_locore.s= ${CLANG_NO_IAS}
|
||||
CFLAGS+= ${CFLAGS.${.IMPSRC:T}}
|
||||
|
Loading…
Reference in New Issue
Block a user