comparison configure @ 21823:02b934e18af4

Set default values for proc and iproc for x86_32 case. They will also be used for runtime cpudetection (and fixes compilation of that).
author reimar
date Sat, 06 Jan 2007 17:50:12 +0000
parents 46462e15ea55
children 58201b080be9
comparison
equal deleted inserted replaced
21822:fc4ce8a91a2e 21823:02b934e18af4
884 i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686) 884 i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686)
885 _def_arch_x86="#define ARCH_X86 1" 885 _def_arch_x86="#define ARCH_X86 1"
886 _target_arch_x86="TARGET_ARCH_X86 = yes" 886 _target_arch_x86="TARGET_ARCH_X86 = yes"
887 _def_arch="#define ARCH_X86_32 1" 887 _def_arch="#define ARCH_X86_32 1"
888 _target_arch="TARGET_ARCH_X86_32 = yes" 888 _target_arch="TARGET_ARCH_X86_32 = yes"
889 iproc=486
890 proc=i486
889 891
890 892
891 if test "$_runtime_cpudetection" = no ; then 893 if test "$_runtime_cpudetection" = no ; then
892 case "$pvendor" in 894 case "$pvendor" in
893 AuthenticAMD) 895 AuthenticAMD)