mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
Bug 203619 - make the cygwin check even looser.
This commit is contained in:
parent
0f05a323c3
commit
a98e218233
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import org.eclipse.core.runtime.PluginVersionIdentifier;
|
||||||
public class IsGnuCygwinToolChainSupported implements
|
public class IsGnuCygwinToolChainSupported implements
|
||||||
IManagedIsToolChainSupported {
|
IManagedIsToolChainSupported {
|
||||||
|
|
||||||
static final String[] CHECKED_NAMES = {"gcc-core ", "binutils ", "make "}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
|
static final String[] CHECKED_NAMES = {"gcc", "binutils", "make"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
|
||||||
|
|
||||||
static boolean suppChecked = false;
|
static boolean suppChecked = false;
|
||||||
static boolean toolchainIsSupported = false;
|
static boolean toolchainIsSupported = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue