Commit 4c2265b0 authored by unknown's avatar unknown
Browse files

Fix for Ingo


BUILD/check-cpu:
  Set old_flag to pentium
parent d7e49743
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";