diff options
author | rdivacky <rdivacky@FreeBSD.org> | 2013-08-27 18:35:04 +0000 |
---|---|---|
committer | rdivacky <rdivacky@FreeBSD.org> | 2013-08-27 18:35:04 +0000 |
commit | 451762afe771b1efde25841c58131b6782cb9520 (patch) | |
tree | 35f028fede2617fb6ec5cadf4fea4421f7c4ef57 /sys/modules/linux/Makefile | |
parent | 236964c12d6e45e32a2c5c66673acc605ed2e73e (diff) | |
download | FreeBSD-src-451762afe771b1efde25841c58131b6782cb9520.zip FreeBSD-src-451762afe771b1efde25841c58131b6782cb9520.tar.gz |
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>
Diffstat (limited to 'sys/modules/linux/Makefile')
-rw-r--r-- | sys/modules/linux/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 9d8dcf9..7ed6e98 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -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}} |