* configure.in: Allow any i?86 variant.
* configure: Regenerate.
This commit is contained in:
parent
878813bd4f
commit
14963df6be
|
@ -1965,7 +1965,7 @@ esac
|
||||||
|
|
||||||
|
|
||||||
case "$target_cpu" in
|
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"
|
DEF_DLL_ENTRY="dll_entry@12"
|
||||||
ALLOCA="_alloca"
|
ALLOCA="_alloca"
|
||||||
CONFIG_DIR="i386" ;;
|
CONFIG_DIR="i386" ;;
|
||||||
|
|
|
@ -205,7 +205,7 @@ dnl fi
|
||||||
dnl fi
|
dnl fi
|
||||||
|
|
||||||
case "$target_cpu" in
|
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"
|
DEF_DLL_ENTRY="dll_entry@12"
|
||||||
ALLOCA="_alloca"
|
ALLOCA="_alloca"
|
||||||
CONFIG_DIR="i386" ;;
|
CONFIG_DIR="i386" ;;
|
||||||
|
|
Loading…
Reference in New Issue