* configure.in: Allow any i?86 variant.

* configure: Regenerate.
This commit is contained in:
Christopher Faylor 2003-06-03 17:32:03 +00:00
parent 878813bd4f
commit 14963df6be
2 changed files with 2 additions and 2 deletions

View File

@ -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" ;;

View File

@ -205,7 +205,7 @@ dnl fi
dnl fi
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" ;;