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 -march=armv6 is no l...



details:   https://anonhg.NetBSD.org/src/rev/191f5c3390e6
branches:  trunk
changeset: 326015:191f5c3390e6
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Jan 15 22:23:14 2014 +0000

description:
-march=armv6 is no longer needed here, the multiplication instructions
are now parsed correctly for all ARM variants in LLVM.

diffstat:

 external/lgpl3/gmp/lib/libgmp/arch/earm/Makefile.inc |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (19 lines):

diff -r adca8b92f39a -r 191f5c3390e6 external/lgpl3/gmp/lib/libgmp/arch/earm/Makefile.inc
--- a/external/lgpl3/gmp/lib/libgmp/arch/earm/Makefile.inc      Wed Jan 15 22:21:33 2014 +0000
+++ b/external/lgpl3/gmp/lib/libgmp/arch/earm/Makefile.inc      Wed Jan 15 22:23:14 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.6 2013/12/25 22:54:24 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.7 2014/01/15 22:23:14 joerg Exp $
 
 SRCS+= \
        random.c \
@@ -193,9 +193,3 @@
 
 M4FLAGS= -DPIC
 COPTS+= -fPIC
-
-AFLAGS.addmul_1.s=     -march=armv6
-AFLAGS.invert_limb.s=  -march=armv6
-AFLAGS.mode1o.s=       -march=armv6
-AFLAGS.mul_1.s=                -march=armv6
-AFLAGS.submul_1.s=     -march=armv6



Home | Main Index | Thread Index | Old Index