Module Name: src
Committed By: joerg
Date: Fri May 20 13:22:54 UTC 2011
Modified Files:
src/sys/arch/i386/conf: Makefile.i386
Log Message:
Use -x assembler-with-cpp from sys.mk.
To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 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.169 src/sys/arch/i386/conf/Makefile.i386:1.170
--- src/sys/arch/i386/conf/Makefile.i386:1.169 Fri May 20 13:22:30 2011
+++ src/sys/arch/i386/conf/Makefile.i386 Fri May 20 13:22:53 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.i386,v 1.169 2011/05/20 13:22:30 joerg Exp $
+# $NetBSD: Makefile.i386,v 1.170 2011/05/20 13:22:53 joerg Exp $
# Makefile for NetBSD
#
@@ -34,7 +34,7 @@
## (2) compile settings
##
CPPFLAGS+= -Di386
-AFLAGS+= -x assembler-with-cpp
+
AFLAGS.mptramp.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
##