mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +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
|
||||
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 toolchainIsSupported = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue