svn commit: r276505 - head/sys/modules/bios/smapi

Dimitry Andric dim at FreeBSD.org
Thu Jan 1 16:56:16 UTC 2015


Author: dim
Date: Thu Jan  1 16:56:15 2015
New Revision: 276505
URL: https://svnweb.freebsd.org/changeset/base/276505

Log:
  Remove the clang -no-integrated-as workaround for smapi_bios.S, as clang
  3.5.0 now supports the assembly just fine.

Modified:
  head/sys/modules/bios/smapi/Makefile

Modified: head/sys/modules/bios/smapi/Makefile
==============================================================================
--- head/sys/modules/bios/smapi/Makefile	Thu Jan  1 15:48:12 2015	(r276504)
+++ head/sys/modules/bios/smapi/Makefile	Thu Jan  1 16:56:15 2015	(r276505)
@@ -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}}


More information about the svn-src-all mailing list