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/gdb Match m5407--netbsdelf*



details:   https://anonhg.NetBSD.org/src/rev/19e52ca9217a
branches:  trunk
changeset: 788794:19e52ca9217a
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jul 19 21:48:38 2013 +0000

description:
Match m5407--netbsdelf*

diffstat:

 external/gpl3/gdb/dist/gdb/configure.host |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r e7c3bba6e431 -r 19e52ca9217a external/gpl3/gdb/dist/gdb/configure.host
--- a/external/gpl3/gdb/dist/gdb/configure.host Fri Jul 19 20:58:58 2013 +0000
+++ b/external/gpl3/gdb/dist/gdb/configure.host Fri Jul 19 21:48:38 2013 +0000
@@ -43,7 +43,7 @@
 arm*)                  gdb_host_cpu=arm ;;
 hppa*)                 gdb_host_cpu=pa ;;
 i[34567]86*)           gdb_host_cpu=i386 ;;
-m68*)                  gdb_host_cpu=m68k ;;
+m68*|m5407*)           gdb_host_cpu=m68k ;;
 m88*)                  gdb_host_cpu=m88k ;;
 mips*)                 gdb_host_cpu=mips ;;
 powerpc* | rs6000)     gdb_host_cpu=powerpc ;;
@@ -109,7 +109,7 @@
 ia64-*-linux*)         gdb_host=linux ;;
 
 m68*-*-linux*)         gdb_host=linux ;;
-m68*-*-netbsdelf* | m68*-*-knetbsd*-gnu)
+m68*-*-netbsdelf* | m68*-*-knetbsd*-gnu | m5407-*-netbsdelf*)
                        gdb_host=nbsdelf ;;
 m68*-*-netbsd*)                gdb_host=nbsdaout ;;
 m68*-*-openbsd*)       gdb_host=obsd ;;



Home | Main Index | Thread Index | Old Index