*** empty log message ***
This commit is contained in:
@ -46,6 +46,11 @@ while ($cmd = shift)
|
||||
}
|
||||
}
|
||||
|
||||
if ($OPTIONS{"amd64"})
|
||||
{
|
||||
$gccf = "g++";
|
||||
}
|
||||
|
||||
$gcc = `$gccf --version`;
|
||||
if ($gcc =~ /2\.9/)
|
||||
{
|
||||
|
Reference in New Issue
Block a user