* lib/mi-support.exp (mi_gdb_load): Fix typo.
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index f404c929e4656c0d6681b66993160d02cbb2a047..ad7795c7c860dca35fa17d788800e664da4ed43f 100644 (file)
@@ -11,6 +11,7 @@
 case "${target_cpu}" in
 
 alpha*)                        gdb_target_cpu=alpha ;;
+am33_2.0*)              gdb_target_cpu=mn10300 ;;
 arm*)                  gdb_target_cpu=arm ;;
 avr*)                  gdb_target_cpu=avr ;;
 hppa*)                 gdb_target_cpu=pa ;;
@@ -47,6 +48,9 @@ alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
 alpha*-*-openbsd*)     gdb_target=nbsd ;;
 alpha*-*-*)            gdb_target=alpha ;;
 
+# mn10300 / am33 liunux
+am33_2.0*-*-linux*)    gdb_target=linux ;;
+
 arm*-wince-pe)         gdb_target=wince ;;
 arm*-*-linux*)         gdb_target=linux
                        build_gdbserver=yes
@@ -54,6 +58,7 @@ arm*-*-linux*)                gdb_target=linux
 arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
                        gdb_target=nbsd ;;
 arm-*-nto*)            gdb_target=nto ;;
+arm*-*-openbsd*)       gdb_target=nbsd ;;
 arm*-*-* | thumb*-*-* | strongarm*-*-*)
                        gdb_target=embed
                        build_rdi_share=yes
@@ -114,6 +119,7 @@ m68*-tandem-*)              gdb_target=st2000 ;;
 m68*-*-aout*)          gdb_target=monitor ;;
 m68*-*-coff*)          gdb_target=monitor ;;
 m68*-*-elf*)           gdb_target=monitor ;;
+m68*-*-rtems*)         gdb_target=monitor ;;
 m68*-*-linux*)         gdb_target=linux
                        build_gdbserver=yes
                        ;;
@@ -145,7 +151,9 @@ powerpc-*-aix*)             gdb_target=aix ;;
 powerpc-*-linux*)      gdb_target=linux
                        build_gdbserver=yes
                        ;;
-powerpc64-*-linux*)    gdb_target=linux ;;
+powerpc64-*-linux*)    gdb_target=linux
+                       build_gdbserver=yes
+                       ;;
 powerpc*-*-*)          if test -f ../sim/ppc/Makefile; then
                          gdb_target=ppc-sim
                        else
@@ -170,6 +178,7 @@ sh-*-linux*)                gdb_target=linux
 sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
                        gdb_target=nbsd ;;
 sh-*-nto*)             gdb_target=nto ;;
+sh64-*-elf*)           gdb_target=sh64 ;;
 sh*)                   gdb_target=embed ;;
 
 sparc-*-linux*)                gdb_target=linux ;;
@@ -191,9 +200,11 @@ sparc64-*-*)               gdb_target=sparc64 ;;
 
 xstormy16-*-*)          gdb_target=xstormy16 ;;
 
+v850*-*-elf)           gdb_target=v850 ;;
+
 vax-*-netbsd* | vax-*-knetbsd*-gnu)
                        gdb_target=nbsd ;;
-vax-*-openbsd*)                gdb_target=nbsd ;;
+vax-*-openbsd*)                gdb_target=obsd ;;
 vax-*-*)               gdb_target=vax ;;
 
 x86_64-*-linux*)       gdb_target=linux64
@@ -208,6 +219,7 @@ esac
 # map target onto default OS ABI
 
 case "${target}" in
+*-*-freebsd*)  gdb_osabi=GDB_OSABI_FREEBSD_ELF ;;
 *-*-linux*)    gdb_osabi=GDB_OSABI_LINUX ;;
 *-*-nto*)      gdb_osabi=GDB_OSABI_QNXNTO ;;
 m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
This page took 0.025928 seconds and 4 git commands to generate.