mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
4f104484ed
commit
2a8af197d4
1 changed files with 0 additions and 4 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue