diff options
author | Stan Cox <scox@redhat.com> | 1998-04-18 18:12:20 +0000 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 1998-04-18 18:12:20 +0000 |
commit | 307edcc0512a5806688626d980630b57982ac306 (patch) | |
tree | 95e222653d50fc6c98274dc6001717421fd5d0ee /gas/configure | |
parent | 9067435521baa3f0474b46fda99d58a01745580f (diff) | |
download | gdb-307edcc0512a5806688626d980630b57982ac306.zip gdb-307edcc0512a5806688626d980630b57982ac306.tar.gz gdb-307edcc0512a5806688626d980630b57982ac306.tar.bz2 |
Added sparc86x support.
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 e8576f9..b4c4933 100755 --- a/gas/configure +++ b/gas/configure @@ -1412,6 +1412,7 @@ for this_target in $target $canon_targets ; do sparclite*) cpu_type=sparc arch=sparclite ;; sparclet*) cpu_type=sparc arch=sparclet ;; sparc64*) cpu_type=sparc arch=v9-64 ;; + sparc86x*) cpu_type=sparc arch=sparc86x ;; sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c. v850*) cpu_type=v850 ;; *) cpu_type=${cpu} ;; |