Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/526d39941179
branches:  trunk
changeset: 765160:526d39941179
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 20 13:19:59 2011 +0000

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

diffstat:

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

diffs (17 lines):

diff -r d8fac55a88ce -r 526d39941179 sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64        Fri May 20 13:18:42 2011 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64        Fri May 20 13:19:59 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.amd64,v 1.31 2011/05/20 13:18:42 joerg Exp $
+#      $NetBSD: Makefile.amd64,v 1.32 2011/05/20 13:19:59 joerg Exp $
 
 # Makefile for NetBSD
 #
@@ -37,7 +37,6 @@
 CPPFLAGS+=     -Damd64 -Dx86_64
 CFLAGS+=       -mcmodel=kernel
 CFLAGS+=       -mno-red-zone
-AFLAGS+=       -x assembler-with-cpp
 
 ##
 ## (3) libkern and compat



Home | Main Index | Thread Index | Old Index