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