Commit 27f2ced1 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* spelling error hostt_cpu -> host_cpu

parent c43de506
......@@ -1396,9 +1396,9 @@ else
CFLAGS_TUNING="-march=pentium-m -mtune=prescott"
elif test "${host_cpu}" = "i686" -o "${host_cpu}" = "i586" -o "${host_cpu}" = "i486" -o "${host_cpu}" = "i386"; then
CFLAGS_TUNING="-mtune=pentium2"
elif test "${hostt_cpu}" = "x86_64"; then
elif test "${host_cpu}" = "x86_64"; then
CFLAGS_TUNING="-mtune=athlon64"
elif test "${hostt_cpu}" = "powerpc"; then
elif test "${host_cpu}" = "powerpc"; then
CFLAGS_TUNING="-mtune=G4";
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