diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-01-29 23:39:40 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-01-29 23:39:40 +0000 |
commit | 31bcf8905f93a32501f7f7f037c85aeb96427541 (patch) | |
tree | 35a8887729a7856fc6d59cdd0239e3e9f06f917e /gdb/configure.tgt | |
parent | 34adffbd05f3b8fc585b1fa180ec05b1f6ebf481 (diff) | |
download | gdb-31bcf8905f93a32501f7f7f037c85aeb96427541.zip gdb-31bcf8905f93a32501f7f7f037c85aeb96427541.tar.gz gdb-31bcf8905f93a32501f7f7f037c85aeb96427541.tar.bz2 |
* configure.tgt (v850): Add wildcard to match.
Also remove sanitization for v850e and ea.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 513544a..acf031e 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -25,6 +25,7 @@ pn) gdb_target_cpu=gould ;; pyramid) gdb_target_cpu=pyr ;; sparc*) gdb_target_cpu=sparc ;; thumb*) gdb_target_cpu=arm ;; +v850*) gdb_target_cpu=v850 ;; *) gdb_target_cpu=$target_cpu ;; esac @@ -299,31 +300,14 @@ vax-*-*) gdb_target=vax ;; fr30-*-*) gdb_target=fr30 ;; -v850-*-*) gdb_target=v850 +v850*-*-*) gdb_target=v850 case ${gdb_host}-${enable_gdbtk-no} in cygwin*-yes ) CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;; * ) ;; esac ;; -# start-sanitize-v850e -v850e-*-*) gdb_target=v850 - gdb_target_cpu=v850 - case "${gdb_host}-${enable_gdbtk-no}" in - cygwin*-yes ) - CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;; - * ) ;; - esac - ;; -v850ea-*-*) gdb_target=v850 - gdb_target_cpu=v850 - case "${gdb_host}-${enable_gdbtk-no}" in - cygwin*-yes ) - CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;; - * ) ;; - esac - ;; -# end-sanitize-v850e + w65-*-*) gdb_target=w65 ;; z8k-*-coff*) gdb_target=z8k ;; |