diff options
author | Richard Stallman <rms@gnu.org> | 1996-02-11 23:40:37 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1996-02-11 23:40:37 +0000 |
commit | 9c64bdf8776143c0cb3e910d21667cc18771590d (patch) | |
tree | 9f0d0c48aaa06ca4bf9022d549ccc27dbb232ac9 | |
parent | 69c3716d7c9055ec47d397c7554b02dd5e9f085d (diff) | |
download | gcc-9c64bdf8776143c0cb3e910d21667cc18771590d.zip gcc-9c64bdf8776143c0cb3e910d21667cc18771590d.tar.gz gcc-9c64bdf8776143c0cb3e910d21667cc18771590d.tar.bz2 |
Fix typo in previous change.
From-SVN: r11204
-rwxr-xr-x | gcc/config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index 0223922..8cf4754 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -657,7 +657,7 @@ case $os in | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -cygwin32* | -pe* -psos*) + | -cygwin32* | -pe* | -psos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -sunos5*) |