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/b1b52f34c862
branches: trunk
changeset: 340302:b1b52f34c862
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 4f020c5eb345 -r b1b52f34c862 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