Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-06-03 21:32:03 +0400
committerChristopher Faylor <me@cgf.cx>2003-06-03 21:32:03 +0400
commit14963df6beb1983eac302a1b5dd0fa68e5596880 (patch)
tree8d0c0f82a0365202506ef67526b80aa6e2f26788 /winsup/cygwin/configure
parent878813bd4f2e08d5e57efea1c48df2be21a4ded0 (diff)
* configure.in: Allow any i?86 variant.
* configure: Regenerate.
Diffstat (limited to 'winsup/cygwin/configure')
-rwxr-xr-xwinsup/cygwin/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/configure b/winsup/cygwin/configure
index 411475784..f5c8a7d4b 100755
--- a/winsup/cygwin/configure
+++ b/winsup/cygwin/configure
@@ -1965,7 +1965,7 @@ esac
case "$target_cpu" in
- i386|i486|i586|i686) DLL_ENTRY="_dll_entry@12"
+ i?86) DLL_ENTRY="_dll_entry@12"
DEF_DLL_ENTRY="dll_entry@12"
ALLOCA="_alloca"
CONFIG_DIR="i386" ;;