Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist Allow arm*-netbsd*-eabi* to be recogn...



details:   https://anonhg.NetBSD.org/src/rev/1b73f76e3dc3
branches:  trunk
changeset: 780768:1b73f76e3dc3
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Aug 05 16:51:46 2012 +0000

description:
Allow arm*-netbsd*-eabi* to be recognized.

diffstat:

 external/gpl3/gdb/dist/config.sub |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5c1265c2aaf6 -r 1b73f76e3dc3 external/gpl3/gdb/dist/config.sub
--- a/external/gpl3/gdb/dist/config.sub Sun Aug 05 16:34:05 2012 +0000
+++ b/external/gpl3/gdb/dist/config.sub Sun Aug 05 16:51:46 2012 +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