*** empty log message ***

This commit is contained in:
David Anderson
2004-09-11 21:13:02 +00:00
parent 9006673b09
commit e7cd31b1d5
3 changed files with 11 additions and 1 deletions

View File

@ -46,6 +46,11 @@ while ($cmd = shift)
}
}
if ($OPTIONS{"amd64"})
{
$gccf = "g++";
}
$gcc = `$gccf --version`;
if ($gcc =~ /2\.9/)
{