Module Name: src
Committed By: mrg
Date: Tue Oct 1 17:37:08 UTC 2013
Modified Files:
src/lib/libarch/sparc/v8: Makefile
Log Message:
pass -Av8 to the assembler. binutils 2.23 insists on it for v8
instructions.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libarch/sparc/v8/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libarch/sparc/v8/Makefile
diff -u src/lib/libarch/sparc/v8/Makefile:1.3 src/lib/libarch/sparc/v8/Makefile:1.4
--- src/lib/libarch/sparc/v8/Makefile:1.3 Sat May 3 20:43:54 2008
+++ src/lib/libarch/sparc/v8/Makefile Tue Oct 1 17:37:08 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/05/03 20:43:54 nakayama Exp $
+# $NetBSD: Makefile,v 1.4 2013/10/01 17:37:08 mrg Exp $
NOLINKLIB= # defined
NOPROFILE= # defined
@@ -10,6 +10,8 @@ LIB= sparc_v8
DPLIBC= # nothing
LDLIBC= -nodefaultlibs
+AFLAGS+= -Av8
+
SRCS= sparc_v8.S
.include <bsd.lib.mk>