This commit is contained in:
David Anderson 2004-09-02 01:13:17 +00:00
parent 72e5e9885f
commit 30ddeda877

View File

@ -46,7 +46,7 @@ while ($cmd = shift)
} }
} }
$gcc = `$gcc --version`; $gcc = `$gccf --version`;
if ($gcc =~ /2\.9/) if ($gcc =~ /2\.9/)
{ {
$OPT{"opt"} .= " -malign-loops=2 -malign-jumps=2 -malign-functions=2"; $OPT{"opt"} .= " -malign-loops=2 -malign-jumps=2 -malign-functions=2";