# HG changeset patch # User reimar # Date 1168105812 0 # Node ID 02b934e18af4bb1cbe784e69b20ffa3b2dd68f06 # Parent fc4ce8a91a2e12479578915377da0d65512b4880 Set default values for proc and iproc for x86_32 case. They will also be used for runtime cpudetection (and fixes compilation of that). diff -r fc4ce8a91a2e -r 02b934e18af4 configure --- a/configure Sat Jan 06 17:28:11 2007 +0000 +++ b/configure Sat Jan 06 17:50:12 2007 +0000 @@ -886,6 +886,8 @@ _target_arch_x86="TARGET_ARCH_X86 = yes" _def_arch="#define ARCH_X86_32 1" _target_arch="TARGET_ARCH_X86_32 = yes" + iproc=486 + proc=i486 if test "$_runtime_cpudetection" = no ; then