Commit d03e4637 authored by unknown's avatar unknown

Add compiler settings for Pentium M


BUILD/check-cpu:
  Pentium M
parent b7b8537a
......@@ -55,6 +55,9 @@ case "$cpu_family--$model_name" in
*Pentium*III*CPU*)
cpu_flag="pentium3";
;;
*Pentium*M*pro*)
cpu_flag="pentium-m";
;;
*Athlon*64*)
cpu_flag="athlon64";
cpu_flag_old="athlon";
......
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