diff options
author | Nick Clifton <nickc@redhat.com> | 2000-10-27 18:57:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-10-27 18:57:33 +0000 |
commit | 6f6ef0faed469f8dc9d0257a9b23a7678311819f (patch) | |
tree | 32fa60c398337d228e699e9eb342d68331f3daf6 /gas/configure.in | |
parent | 7e73cedf75b6388ab7786d5c8bd06368f94ee69b (diff) | |
download | gdb-6f6ef0faed469f8dc9d0257a9b23a7678311819f.zip gdb-6f6ef0faed469f8dc9d0257a9b23a7678311819f.tar.gz gdb-6f6ef0faed469f8dc9d0257a9b23a7678311819f.tar.bz2 |
Add m68hc12 to list of supported configurations
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index c576d3e..ee36bb6 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -123,7 +123,7 @@ changequote([,])dnl changequote(,)dnl i[456]86) cpu_type=i386 ;; ia64) cpu_type=ia64 ;; - m6811|m6812) cpu_type=m68hc11 ;; + m6811|m6812|m68hc12) cpu_type=m68hc11 ;; m680[012346]0) cpu_type=m68k ;; changequote([,])dnl m68008) cpu_type=m68k ;; |