changeset 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 fc4ce8a91a2e
children 8353d81de100
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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