Commit f4e88ce3 authored by unknown's avatar unknown

Fix for Ingo


BUILD/check-cpu:
  Set old_flag to pentium
parent 0b943b01
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment