Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Nov 2012 14:56:35 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242870 - head/sys/conf
Message-ID:  <201211101456.qAAEuZZY037544@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nyan
Date: Sat Nov 10 14:56:35 2012
New Revision: 242870
URL: http://svnweb.freebsd.org/changeset/base/242870

Log:
  MFi386: r232263
  
    Fix build mpboot.s with clang.

Modified:
  head/sys/conf/Makefile.pc98

Modified: head/sys/conf/Makefile.pc98
==============================================================================
--- head/sys/conf/Makefile.pc98	Sat Nov 10 13:48:41 2012	(r242869)
+++ head/sys/conf/Makefile.pc98	Sat Nov 10 14:56:35 2012	(r242870)
@@ -34,6 +34,10 @@ MACHINE=pc98
 
 MKMODULESENV+=	MACHINE=${MACHINE}
 
+# XXX: clang integrated-as doesn't grok .codeNN directives yet
+ASM_CFLAGS.mpboot.s=		${CLANG_NO_IAS}
+ASM_CFLAGS+=			${ASM_CFLAGS.${.IMPSRC:T}}
+
 %BEFORE_DEPEND
 
 %OBJS



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