From: John Gilmore Date: Fri, 13 Sep 1991 00:13:16 +0000 (+0000) Subject: * configure.in: Add hosts rtpc-*-* and a29k-*-*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=473f33181c26b26f742f58e0e21d57e236e66be8;p=binutils-gdb.git * configure.in: Add hosts rtpc-*-* and a29k-*-*. Merge target arm case with other "easy" cases. Add target cases a29k-*-none (rehack of am29k), a29k-*-kern (remote to Ultracomputer kernel), and a29k-*-sym1 (ultracomputer OS's user process). --- diff --git a/gdb/configure.in b/gdb/configure.in index 6d0d7bc7bd2..9278fbfc97a 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -91,7 +91,17 @@ ns32k) esac ;; -arm | vax | m88k | merlin | none | np1 | pn | pyramid | tahoe) gdb_host=${host_cpu} ;; +rtpc) + gdb_host=rtbsd + ;; + +a29k) + gdb_host=ultra3 + ;; + +arm | vax | m88k | merlin | none | np1 | pn | pyramid | tahoe) + gdb_host=${host_cpu} + ;; ### unhandled hosts #altosgas @@ -152,11 +162,17 @@ m68030) esac ;; -none | tahoe | vax | np1 | pn | np1 | pn | pyramid | merlin | m88k) +none | arm | tahoe | vax | np1 | pn | np1 | pn | pyramid | merlin | m88k) gdb_target=${target_cpu} ;; -a29k) gdb_target=am29k ;; -arm) gdb_target=${target_cpu} ;; +a29k) + case "${target_os}" in + none) gdb_target=a29k ;; + sym1) gdb_target=ultra3 ;; + kern) gdb_target=a29k-kern ;; + esac + ;; + mips) case "${target_vendor}" in sony) gdb_target=bigmips ;;