[Gmp-commit] /var/hg/gmp-5.1: (arm*-*-*): Set up path also for plainest CPU v...
mercurial at gmplib.org
mercurial at gmplib.org
Thu May 2 18:20:42 CEST 2013
details: /var/hg/gmp-5.1/rev/bd4c950486ab
changeset: 15402:bd4c950486ab
user: Mike Frysinger
date: Thu May 02 18:20:37 2013 +0200
description:
(arm*-*-*): Set up path also for plainest CPU variants.
diffstat:
ChangeLog | 4 ++++
configure.ac | 2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
diffs (23 lines):
diff -r 11165fc1b5e8 -r bd4c950486ab ChangeLog
--- a/ChangeLog Wed Mar 13 12:37:33 2013 +0100
+++ b/ChangeLog Thu May 02 18:20:37 2013 +0200
@@ -1,3 +1,7 @@
+2013-04-27 Mike Frysinger <vapier at gentoo.org>
+
+ * configure.ac (arm*-*-*): Set up path also for plainest CPU variants.
+
2013-03-11 Torbjorn Granlund <tege at gmplib.org>
* tests/mpz/t-powm_ui.c: Test larger arguments.
diff -r 11165fc1b5e8 -r bd4c950486ab configure.ac
--- a/configure.ac Wed Mar 13 12:37:33 2013 +0100
+++ b/configure.ac Thu May 02 18:20:37 2013 +0200
@@ -572,6 +572,8 @@
GMP_INCLUDE_MPN(arm/arm-defs.m4)
case $host_cpu in
armsa1 | armv4*)
+ path="arm"
+ gcc_cflags_arch="-march=armv4"
;;
armxscale | arm926 | arm946 | arm966 | arm1026 | armv5*)
path="arm/v5 arm"
More information about the gmp-commit
mailing list