diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-02-11 23:40:37 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-02-11 23:40:37 +0000 |
commit | d34feafa127ea35b0a8164615e27e83fb30ad3db (patch) | |
tree | 9f0d0c48aaa06ca4bf9022d549ccc27dbb232ac9 /gcc/config.sub | |
parent | cc90e8f2918c2dc10a0cd6b044c8a5c3a058e073 (diff) | |
download | gcc-d34feafa127ea35b0a8164615e27e83fb30ad3db.tar.gz |
Fix typo in previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11204 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.sub')
-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 0223922fc91..8cf47544ff5 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*) |