1
0
Fork 0
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:
Doug Schaefer 2007-09-18 11:40:30 +00:00
parent 0f05a323c3
commit a98e218233

View file

@ -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;