Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/lgpl3/gmp/lib/libgmp/arch/earm Tag files using "mor...
details: https://anonhg.NetBSD.org/src/rev/f8d73213f01c
branches: trunk
changeset: 792205:f8d73213f01c
user: joerg <joerg%NetBSD.org@localhost>
date: Wed Dec 25 22:06:11 2013 +0000
description:
Tag files using "more" advanced instructions than ARMv4 ISA with the
necessary support.
diffstat:
external/lgpl3/gmp/lib/libgmp/arch/earm/Makefile.inc | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 07f0aa15bbc2 -r f8d73213f01c external/lgpl3/gmp/lib/libgmp/arch/earm/Makefile.inc
--- a/external/lgpl3/gmp/lib/libgmp/arch/earm/Makefile.inc Wed Dec 25 22:05:12 2013 +0000
+++ b/external/lgpl3/gmp/lib/libgmp/arch/earm/Makefile.inc Wed Dec 25 22:06:11 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 2013/12/04 00:49:17 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.5 2013/12/25 22:06:11 joerg Exp $
SRCS+= \
random.c \
@@ -193,3 +193,9 @@
M4FLAGS= -DPIC
COPTS+= -fPIC
+
+AFLAGS.addmul_1.s= -march=armv5
+AFLAGS.invert_limb.s= -march=armv5
+AFLAGS.mode1o.s= -march=armv5
+AFLAGS.mul_1.s= -march=armv5
+AFLAGS.submul_1.s= -march=armv5
Home |
Main Index |
Thread Index |
Old Index