Remove the clang -no-integrated-as workaround for smapi_bios.S, as clang

3.5.0 now supports the assembly just fine.
This commit is contained in:
Dimitry Andric 2015-01-01 16:56:15 +00:00
parent 4f104484ed
commit 2a8af197d4

View file

@ -8,7 +8,3 @@ SRCS= smapi.c smapi_bios.S \
bus_if.h device_if.h
.include <bsd.kmod.mk>
# XXX: clang integrated-as doesn't grok 16-bit assembly yet
CFLAGS.smapi_bios.S= ${CLANG_NO_IAS}
CFLAGS+= ${CFLAGS.${.IMPSRC:T}}