aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-28 01:23:55 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-28 01:23:55 +0000
commitf6a095e9a4d54af7dc10cd866c21f621064e8f33 (patch)
tree74e1dbc75534e6bf65d00e04fed56b0b4e9d3f5e /config.sub
parent63c5743722a5ca79e21e9d4ea16b37cb243abe66 (diff)
* config.sub: Check for "cygwin*" rather than "cygwin32*"
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25497 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index f19180b1f6c..f69686b9b0e 100755
--- a/config.sub
+++ b/config.sub
@@ -935,7 +935,7 @@ case $os in
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
- | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
+ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
| -interix* )
# Remember, each alternative MUST END IN *, to match a version number.