diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1995-11-08 15:48:59 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1995-11-08 15:48:59 +0000 |
commit | 595a6ec33714bd4efdf797f1a5b1b94704454b49 (patch) | |
tree | a374f7dc84ff009418fa01df7d2ad540e7cd07c7 /sim/configure.in | |
parent | 8ad577372429099494bd5681ff01fc218e00eb62 (diff) | |
download | gdb-595a6ec33714bd4efdf797f1a5b1b94704454b49.zip gdb-595a6ec33714bd4efdf797f1a5b1b94704454b49.tar.gz gdb-595a6ec33714bd4efdf797f1a5b1b94704454b49.tar.bz2 |
* configure.in (mips*-*-*): Added "mips" simulator target.
* configure: Re-generated.
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/configure.in b/sim/configure.in index 458c94e..c1b5bac 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -15,6 +15,7 @@ case "${target}" in arm*-*-*) sim_target=arm ;; h8300*-*-*) sim_target=h8300 ;; h8500-*-*) sim_target=h8500 ;; + mips*-*-*) sim_target=mips ;; sh*-*-*) sim_target=sh ;; powerpc-*-eabisim*) sim_target=ppc ;; powerpcle-*-eabisim*) sim_target=ppc ;; |