*** empty log message ***

This commit is contained in:
David Anderson 2004-09-11 22:46:28 +00:00
parent c12b04d302
commit 7f6e9f5e20
2 changed files with 0 additions and 10 deletions

View File

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

View File

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