diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-10 17:05:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-10 17:05:00 +0000 |
commit | 756adc97a30c9ee4c4b578c4afab78697af4093f (patch) | |
tree | 574c142394bd2b5ada2f2f06ecb46faeb2ef0e45 /gas/configure | |
parent | dac3209048bfd8c172be8652216e5d6c23e34731 (diff) | |
download | gdb-756adc97a30c9ee4c4b578c4afab78697af4093f.zip gdb-756adc97a30c9ee4c4b578c4afab78697af4093f.tar.gz gdb-756adc97a30c9ee4c4b578c4afab78697af4093f.tar.bz2 |
Added v850 emulation.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure b/gas/configure index 7e2bbe8..026972f 100755 --- a/gas/configure +++ b/gas/configure @@ -1308,6 +1308,7 @@ for this_target in $target $canon_targets ; do rs6000*) cpu_type=ppc ;; sparc64) cpu_type=sparc want_sparc_v9=true ;; sparc*) cpu_type=sparc ;; + v850*) cpu_type=v850 ;; *) cpu_type=${cpu} ;; esac |