diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-06-02 16:35:41 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-06-02 16:35:41 +0000 |
commit | 82489ea062091d79ce205dd59150f15b06d453eb (patch) | |
tree | 765b41ae3c29cc381517e42c59dc4ff075044f02 /gas/configure.in | |
parent | c84291b43cac139c91f6c468553a86bff74b6979 (diff) | |
download | gdb-82489ea062091d79ce205dd59150f15b06d453eb.zip gdb-82489ea062091d79ce205dd59150f15b06d453eb.tar.gz gdb-82489ea062091d79ce205dd59150f15b06d453eb.tar.bz2 |
68060 support
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 9671b07..5428394 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -109,7 +109,7 @@ case ${target_cpu} in # but this is what the support files are named... hppa*) cpu_type=hppa ;; i486) cpu_type=i386 ;; - m680[01234]0) cpu_type=m68k ;; + m680[012346]0) cpu_type=m68k ;; m68008) cpu_type=m68k ;; m683??) cpu_type=m68k ;; m8*) cpu_type=m88k ;; |