Module Name: src
Committed By: joerg
Date: Fri May 20 13:22:30 UTC 2011
Modified Files:
src/sys/arch/i386/conf: Makefile.i386
Log Message:
LLVM's assembler parser doesn't support .code16 yet, so disable it as
needed.
To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 src/sys/arch/i386/conf/Makefile.i386
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/conf/Makefile.i386
diff -u src/sys/arch/i386/conf/Makefile.i386:1.168 src/sys/arch/i386/conf/Makefile.i386:1.169
--- src/sys/arch/i386/conf/Makefile.i386:1.168 Wed Jan 12 23:12:12 2011
+++ src/sys/arch/i386/conf/Makefile.i386 Fri May 20 13:22:30 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.i386,v 1.168 2011/01/12 23:12:12 joerg Exp $
+# $NetBSD: Makefile.i386,v 1.169 2011/05/20 13:22:30 joerg Exp $
# Makefile for NetBSD
#
@@ -35,6 +35,7 @@
##
CPPFLAGS+= -Di386
AFLAGS+= -x assembler-with-cpp
+AFLAGS.mptramp.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
##
## (3) libkern and compat