Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Use -x assembler-with-cpp from sys.mk.



details:   https://anonhg.NetBSD.org/src/rev/c5080fe67a70
branches:  trunk
changeset: 765164:c5080fe67a70
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 20 13:22:53 2011 +0000

description:
Use -x assembler-with-cpp from sys.mk.

diffstat:

 sys/arch/i386/conf/Makefile.i386 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 65cc75c365c1 -r c5080fe67a70 sys/arch/i386/conf/Makefile.i386
--- a/sys/arch/i386/conf/Makefile.i386  Fri May 20 13:22:30 2011 +0000
+++ b/sys/arch/i386/conf/Makefile.i386  Fri May 20 13:22:53 2011 +0000
@@ -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:}
 
 ##



Home | Main Index | Thread Index | Old Index