Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf We preprocess .s files, so add ${INCLU...



details:   https://anonhg.NetBSD.org/src/rev/606a32ef5c91
branches:  trunk
changeset: 810444:606a32ef5c91
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Aug 30 18:20:27 2015 +0000

description:
We preprocess .s files, so add ${INCLUDES} to AFLAGS

diffstat:

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

diffs (18 lines):

diff -r 30bed6223246 -r 606a32ef5c91 sys/arch/sparc64/conf/Makefile.sparc64
--- a/sys/arch/sparc64/conf/Makefile.sparc64    Sun Aug 30 14:06:17 2015 +0000
+++ b/sys/arch/sparc64/conf/Makefile.sparc64    Sun Aug 30 18:20:27 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sparc64,v 1.78 2015/08/24 14:04:25 uebayasi Exp $
+#      $NetBSD: Makefile.sparc64,v 1.79 2015/08/30 18:20:27 martin Exp $
 
 #=========================================================================
 #
@@ -72,7 +72,7 @@
 AFLAGS+=       -Wa,-Av8plusa
 .endif
 CFLAGS+=       -mno-fpu
-AFLAGS+=       -x assembler-with-cpp
+AFLAGS+=       -x assembler-with-cpp ${INCLUDES}
 
 ##
 ## (3) libkern and compat



Home | Main Index | Thread Index | Old Index