diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-20 00:13:42 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-20 00:13:42 +0000 |
commit | 331d5855ea34b72304983536c2c06e351c461ebe (patch) | |
tree | 50734b1e9f95b00fde40f9a9fd063f4d4ffaeced /config.sub | |
parent | 89a9144c1493b59daa8bc2e150ab9a38fb919b01 (diff) | |
download | gcc-331d5855ea34b72304983536c2c06e351c461ebe.tar.gz |
* config.sub: Fix typo in last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22490 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index c16d3951299..a2a52338114 100755 --- a/config.sub +++ b/config.sub @@ -167,7 +167,7 @@ case $basic_machine in | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ | mipstx39 | mipstx39el \ - | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 c4x) + | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x) basic_machine=$basic_machine-unknown ;; m88110 | m680[01234]0 | m683?2 | m68360 | z8k | v70 | h8500 | w65) # CYGNUS LOCAL |