mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Accidently commited a hack together with r37190. This will be reverted.
svn path=/trunk/; revision=37208
This commit is contained in:
@@ -885,6 +885,9 @@ MingwBackend::GetBinutilsVersion ( const string& binutilsCommand )
|
||||
bool
|
||||
MingwBackend::IsSupportedCompilerVersion ( const string& compilerVersion )
|
||||
{
|
||||
if ( strcmp ( compilerVersion.c_str (), "3.4.2") < 0 )
|
||||
return false;
|
||||
else
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user