Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/conf add -Wa, -Av8 to CFLAGS and AFLAGS to fix...



details:   https://anonhg.NetBSD.org/src/rev/43a1da5fcf6a
branches:  trunk
changeset: 790342:43a1da5fcf6a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Oct 03 22:01:04 2013 +0000

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

diffstat:

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

diffs (19 lines):

diff -r 554b768edaed -r 43a1da5fcf6a sys/arch/sparc/conf/Makefile.sparc
--- a/sys/arch/sparc/conf/Makefile.sparc        Thu Oct 03 21:46:02 2013 +0000
+++ b/sys/arch/sparc/conf/Makefile.sparc        Thu Oct 03 22:01:04 2013 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index