On Tue, 2006-08-22 at 21:59 +0200, Lukas Kasprowicz wrote:
> model name: Genuine Intel(R) CPU T2300 @ 1.66GHz
This is already in the script:
elif expr "$processor" : "Genuine Intel(R) CPU" > /dev/null ; then
ARCHFLAGS="-march=pentium4"
Is it not working?
-- Daniel