From 4c2265b0aeedceb8407f2e06f4d949a711b4f534 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 10 May 2005 17:51:29 +0200 Subject: Fix for Ingo BUILD/check-cpu: Set old_flag to pentium --- BUILD/check-cpu | 1 + 1 file changed, 1 insertion(+) (limited to 'BUILD') diff --git a/BUILD/check-cpu b/BUILD/check-cpu index 3cce4b1ab3d..7619224314b 100755 --- a/BUILD/check-cpu +++ b/BUILD/check-cpu @@ -57,6 +57,7 @@ case "$cpu_family--$model_name" in ;; *Pentium*M*pro*) cpu_flag="pentium-m"; + cpu_flag_old="pentium"; ;; *Athlon*64*) cpu_flag="athlon64"; -- cgit v1.2.1