Module Name:    src
Committed By:   mrg
Date:           Thu Oct  3 22:01:04 UTC 2013

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

Log Message:
add -Wa,-Av8 to CFLAGS and AFLAGS to fix kernel build with binutils 2.23.2.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/sparc/conf/Makefile.sparc

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/sparc/conf/Makefile.sparc
diff -u src/sys/arch/sparc/conf/Makefile.sparc:1.88 src/sys/arch/sparc/conf/Makefile.sparc:1.89
--- src/sys/arch/sparc/conf/Makefile.sparc:1.88	Mon Jan 17 18:11:10 2011
+++ src/sys/arch/sparc/conf/Makefile.sparc	Thu Oct  3 22:01:04 2013
@@ -1,4 +1,4 @@
-# 	$NetBSD: Makefile.sparc,v 1.88 2011/01/17 18:11:10 joerg Exp $
+# 	$NetBSD: Makefile.sparc,v 1.89 2013/10/03 22:01:04 mrg Exp $
 
 # Makefile for NetBSD
 #
@@ -34,7 +34,9 @@ GENASSYM_CONF=	${SPARC}/sparc/genassym.c
 # work around GCC (egcs-2.91.66) bug which is liable
 # to use FPU registers as temporaries:
 CFLAGS+=	-mno-fpu
+CFLAGS+=	-Wa,-Av8
 AFLAGS+=	-x assembler-with-cpp
+AFLAGS+=	-Wa,-Av8
 
 ##
 ## (3) libkern and compat

Reply via email to