From 2a8af197d4a48e412378ee91b5a16cabfa22ea9a Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Thu, 1 Jan 2015 16:56:15 +0000 Subject: [PATCH] Remove the clang -no-integrated-as workaround for smapi_bios.S, as clang 3.5.0 now supports the assembly just fine. --- sys/modules/bios/smapi/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/modules/bios/smapi/Makefile b/sys/modules/bios/smapi/Makefile index 1b850e463f6..30c9058dea2 100644 --- a/sys/modules/bios/smapi/Makefile +++ b/sys/modules/bios/smapi/Makefile @@ -8,7 +8,3 @@ SRCS= smapi.c smapi_bios.S \ bus_if.h device_if.h .include - -# XXX: clang integrated-as doesn't grok 16-bit assembly yet -CFLAGS.smapi_bios.S= ${CLANG_NO_IAS} -CFLAGS+= ${CFLAGS.${.IMPSRC:T}}