Commit 291bbb38 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Should fix Debian #316161

(though Sid has migrated to GCC 4 so it does no longer really matters)
parent 166aaa2c
...@@ -1161,7 +1161,7 @@ else ...@@ -1161,7 +1161,7 @@ else
if test "${target_cpu}" = "i686" -o "${target_cpu}" = "i586" -o "${target_cpu}" = "i486" -o "${target_cpu}" = "i386"; then if test "${target_cpu}" = "i686" -o "${target_cpu}" = "i586" -o "${target_cpu}" = "i486" -o "${target_cpu}" = "i386"; then
CFLAGS_TUNING="-mtune=pentium2" CFLAGS_TUNING="-mtune=pentium2"
elif test "${target_cpu}" = "x86_64"; then elif test "${target_cpu}" = "x86_64"; then
CFLAGS_TUNING="-mtune=opteron" CFLAGS_TUNING="-mtune=athlon64"
elif test "${target_cpu}" = "powerpc"; then elif test "${target_cpu}" = "powerpc"; then
CFLAGS_TUNING="-mtune=750"; CFLAGS_TUNING="-mtune=750";
fi fi
......
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