diff options
Diffstat (limited to 'build/org.eclipse.cdt.autotools.core')
-rw-r--r-- | build/org.eclipse.cdt.autotools.core/plugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.autotools.core/plugin.xml b/build/org.eclipse.cdt.autotools.core/plugin.xml index c5017002caf..261d653ee3c 100644 --- a/build/org.eclipse.cdt.autotools.core/plugin.xml +++ b/build/org.eclipse.cdt.autotools.core/plugin.xml @@ -573,7 +573,7 @@ class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuildCommandParser" id="org.eclipse.cdt.autotools.core.LibtoolGCCBuildCommandParser" name="%LibtoolGCCBuildOutputParser.name" - parameter="(libtool:\s+compile:\s+)?((gcc)|([gc]\+\+)|(clang))" + parameter="(libtool:\s+compile:\s+)?((g?cc)|([gc]\+\+)|(clang))" prefer-non-shared="true"> </provider> </extension> |