Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libarch/sparc/v8 pass -Av8 to the assembler. binutils 2...
details: https://anonhg.NetBSD.org/src/rev/dc5df2ee9195
branches: trunk
changeset: 790286:dc5df2ee9195
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Oct 01 17:37:08 2013 +0000
description:
pass -Av8 to the assembler. binutils 2.23 insists on it for v8
instructions.
diffstat:
lib/libarch/sparc/v8/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 9298327ec16a -r dc5df2ee9195 lib/libarch/sparc/v8/Makefile
--- a/lib/libarch/sparc/v8/Makefile Tue Oct 01 16:56:51 2013 +0000
+++ b/lib/libarch/sparc/v8/Makefile Tue Oct 01 17:37:08 2013 +0000
@@ -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 @@
DPLIBC= # nothing
LDLIBC= -nodefaultlibs
+AFLAGS+= -Av8
+
SRCS= sparc_v8.S
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index