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 Add a M5407_PATTERN



details:   https://anonhg.NetBSD.org/src/rev/c4c6a148ad61
branches:  trunk
changeset: 788792:c4c6a148ad61
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jul 19 17:31:49 2013 +0000

description:
Add a M5407_PATTERN

diffstat:

 external/lgpl3/gmp/dist/acinclude.m4 |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 798f00448e82 -r c4c6a148ad61 external/lgpl3/gmp/dist/acinclude.m4
--- a/external/lgpl3/gmp/dist/acinclude.m4      Fri Jul 19 17:31:14 2013 +0000
+++ b/external/lgpl3/gmp/dist/acinclude.m4      Fri Jul 19 17:31:49 2013 +0000
@@ -33,6 +33,9 @@
 define(IA64_PATTERN,
 [[ia64*-*-* | itanium-*-* | itanium2-*-*]])
 
+define(M5407_PATTERN,
+[[m5407-*-*]])
+
 dnl  Need to be careful not to match m6811, m6812, m68hc11 and m68hc12, all
 dnl  of which config.sub accepts.  (Though none of which are likely to work
 dnl  with GMP.)



Home | Main Index | Thread Index | Old Index