diff options
author | Richard Henderson <rth@cygnus.com> | 1998-09-19 17:13:42 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-09-19 17:13:42 -0700 |
commit | e67afd1ee0611277527031535143ade128ac71c1 (patch) | |
tree | 50734b1e9f95b00fde40f9a9fd063f4d4ffaeced | |
parent | f5c9764010389128f598f5c2f484e268210535b9 (diff) | |
download | gcc-e67afd1ee0611277527031535143ade128ac71c1.zip gcc-e67afd1ee0611277527031535143ade128ac71c1.tar.gz gcc-e67afd1ee0611277527031535143ade128ac71c1.tar.bz2 |
* config.sub: Fix typo in last change.
From-SVN: r22490
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.sub | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com> + + * config.sub: Fix typo in last change. + 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz> * config.sub: Add support for C4x target. @@ -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 |