From 282e5df8f100e7e834c8eb0be901b93560e67719 Mon Sep 17 00:00:00 2001 From: Geoffrey Noer Date: Sun, 28 Feb 1999 01:23:55 +0000 Subject: [PATCH] * config.sub: Check for "cygwin*" rather than "cygwin32*" From-SVN: r25497 --- ChangeLog | 4 ++++ config.sub | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 39c802a6fb68..427392f37440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Feb 28 02:20:00 1999 Geoffrey Noer + + * config.sub: Check for "cygwin*" rather than "cygwin32*" + 1999-02-24 Nick Clifton * config.sub: Fix typo in arm recognition. diff --git a/config.sub b/config.sub index f19180b1f6c1..f69686b9b0e8 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. -- 2.43.5