diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-19 21:29:07 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-19 21:29:07 +0000 |
commit | 208c5069066a00f5b9fdb74614f1bacd72af80f9 (patch) | |
tree | 375b7eb338999fca16168dd95a09106850226480 /config.sub | |
parent | 528be5126c9f22f320cb2daf1613188bff068875 (diff) | |
download | gcc-208c5069066a00f5b9fdb74614f1bacd72af80f9.tar.gz |
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22484 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 c31952a4b93..c16d3951299 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 x4x) + | 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 |