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 Support earm*-*-*.



details:   https://anonhg.NetBSD.org/src/rev/338bc9055a5e
branches:  trunk
changeset: 330116:338bc9055a5e
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon Jun 23 12:48:42 2014 +0000

description:
Support earm*-*-*.

diffstat:

 external/lgpl3/gmp/dist/configure |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3e82dc84af7e -r 338bc9055a5e external/lgpl3/gmp/dist/configure
--- a/external/lgpl3/gmp/dist/configure Mon Jun 23 12:38:18 2014 +0000
+++ b/external/lgpl3/gmp/dist/configure Mon Jun 23 12:48:42 2014 +0000
@@ -4142,7 +4142,7 @@
     ;;
 
 
-  arm*-*-*)
+  arm*-*-* | earm*-*-*)
     gcc_cflags="$gcc_cflags $fomit_frame_pointer"
     gcc_cflags_optlist="arch tune"
     gcc_cflags_maybe="-marm"



Home | Main Index | Thread Index | Old Index