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 Understand netbsd*-*eabi* for an os



details:   https://anonhg.NetBSD.org/src/rev/59bf23138519
branches:  trunk
changeset: 784624:59bf23138519
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Feb 04 02:45:28 2013 +0000

description:
Understand netbsd*-*eabi* for an os

diffstat:

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

diffs (12 lines):

diff -r 94135e436407 -r 59bf23138519 external/lgpl3/gmp/dist/configfsf.sub
--- a/external/lgpl3/gmp/dist/configfsf.sub     Mon Feb 04 01:44:47 2013 +0000
+++ b/external/lgpl3/gmp/dist/configfsf.sub     Mon Feb 04 02:45:28 2013 +0000
@@ -126,7 +126,7 @@
 case $maybe_os in
   nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
   linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
-  knetbsd*-gnu* | netbsd*-gnu* | \
+  knetbsd*-gnu* | netbsd*-gnu* | netbsd*-*eabi* | \
   kopensolaris*-gnu* | \
   storm-chaos* | os2-emx* | rtmk-nova*)
     os=-$maybe_os



Home | Main Index | Thread Index | Old Index