Module Name:    src
Committed By:   martin
Date:           Sun Aug 30 18:20:27 UTC 2015

Modified Files:
        src/sys/arch/sparc64/conf: Makefile.sparc64

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


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/sparc64/conf/Makefile.sparc64

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/sparc64/conf/Makefile.sparc64
diff -u src/sys/arch/sparc64/conf/Makefile.sparc64:1.78 src/sys/arch/sparc64/conf/Makefile.sparc64:1.79
--- src/sys/arch/sparc64/conf/Makefile.sparc64:1.78	Mon Aug 24 14:04:25 2015
+++ src/sys/arch/sparc64/conf/Makefile.sparc64	Sun Aug 30 18:20:27 2015
@@ -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 @@ CPPFLAGS+=	-m32 -Wa,-Av8plusa -mcpu=ultr
 AFLAGS+=	-Wa,-Av8plusa
 .endif
 CFLAGS+=	-mno-fpu
-AFLAGS+=	-x assembler-with-cpp
+AFLAGS+=	-x assembler-with-cpp ${INCLUDES}
 
 ##
 ## (3) libkern and compat

Reply via email to