Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2015-11-12 15:56:55 +0000
committerGerrit Code Review @ Eclipse.org2015-11-26 14:01:33 +0000
commit5656acd2535c44197df6a6da9c430a1d8d8b62f6 (patch)
tree7e0a221b132219ec02f8c2e73135d9d998d53a39 /build/org.eclipse.cdt.autotools.core
parent9e38beb5108964b6f3ef09a9e9dbd9b8e0c08aab (diff)
downloadorg.eclipse.cdt-5656acd2535c44197df6a6da9c430a1d8d8b62f6.tar.gz
org.eclipse.cdt-5656acd2535c44197df6a6da9c430a1d8d8b62f6.tar.xz
org.eclipse.cdt-5656acd2535c44197df6a6da9c430a1d8d8b62f6.zip
Bug 481971 - Detect cc compiler in the build output parser
Change-Id: If667583eb3f720aa9ad7907af4673da8437d15d7 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'build/org.eclipse.cdt.autotools.core')
-rw-r--r--build/org.eclipse.cdt.autotools.core/plugin.xml2
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>

Back to the top