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}}
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to