Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jan 2015 16:56:16 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276505 - head/sys/modules/bios/smapi
Message-ID:  <201501011656.t01GuGIZ033140@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501011656.t01GuGIZ033140>