Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/lgpl3/gmp/dist Match m5407-*-*
details: https://anonhg.NetBSD.org/src/rev/798f00448e82
branches: trunk
changeset: 788791:798f00448e82
user: matt <matt%NetBSD.org@localhost>
date: Fri Jul 19 17:31:14 2013 +0000
description:
Match m5407-*-*
diffstat:
external/lgpl3/gmp/dist/configure | 10 ++++++++++
external/lgpl3/gmp/dist/configure.in | 8 +++++++-
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (45 lines):
diff -r c0eea860f3f3 -r 798f00448e82 external/lgpl3/gmp/dist/configure
--- a/external/lgpl3/gmp/dist/configure Fri Jul 19 17:07:28 2013 +0000
+++ b/external/lgpl3/gmp/dist/configure Fri Jul 19 17:31:14 2013 +0000
@@ -4475,6 +4475,16 @@
;;
+ # Motorola Coldfire
+ #
+ m5407-*-*)
+
+ gcc_cflags="$gcc_cflags $fomit_frame_pointer"
+ gcc_cflags_optlist="arch"
+ gcc_cflags_arch="-m5407"
+ ;;
+
+
# Motorola 68k
#
m68k-*-* | m68[0-9][0-9][0-9]-*-*)
diff -r c0eea860f3f3 -r 798f00448e82 external/lgpl3/gmp/dist/configure.in
--- a/external/lgpl3/gmp/dist/configure.in Fri Jul 19 17:07:28 2013 +0000
+++ b/external/lgpl3/gmp/dist/configure.in Fri Jul 19 17:31:14 2013 +0000
@@ -25,7 +25,7 @@
AC_COPYRIGHT(GMP_COPYRIGHT)
AH_TOP(/*GMP_COPYRIGHT*/)
-AC_REVISION($Revision: 1.1.1.1 $)
+AC_REVISION($Revision: 1.2 $)
AC_PREREQ(2.59)
AC_INIT(GNU MP, GMP_VERSION, gmp-bugs%gmplib.org@localhost, gmp)
AC_CONFIG_SRCDIR(gmp-impl.h)
@@ -743,6 +743,12 @@
esac
;;
+ # Mototole Coldfire (isa_b)
+ M5407_PATTERN)
+ gcc_cflags="$gcc_cflags $fomit_frame_pointer"
+ gcc_cflags_optlist="arch"
+ gcc_cflags_arch="-m5407"
+ ;;
# Motorola 68k
#
Home |
Main Index |
Thread Index |
Old Index