Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2015-11-06 19:39:59 +0000
committerGerrit Code Review @ Eclipse.org2015-11-09 18:07:58 +0000
commit4303bc5cbb55e5b4e80c21fb51c1fe062294d79d (patch)
treeb46ec8ada9b3f107ee6c310a81fba44c0b591f3a /build/org.eclipse.cdt.managedbuilder.gnu.ui
parent63aa4b33769297fc8ecf2ccb31d4b061370a6281 (diff)
downloadorg.eclipse.cdt-4303bc5cbb55e5b4e80c21fb51c1fe062294d79d.tar.gz
org.eclipse.cdt-4303bc5cbb55e5b4e80c21fb51c1fe062294d79d.tar.xz
org.eclipse.cdt-4303bc5cbb55e5b4e80c21fb51c1fe062294d79d.zip
Bug 481621 - Linux GCC toolchain should use Gnu Elf binary parser by default
-Projects with default settings for binary parser will see their binary parser changed to Gnu Elf automatically. -New projects will have Gnu Elf binary parser enabled. -Projects overriding the settings will not change Change-Id: Ie5db969e68da20d16f565923ecb0ec1edf8b79f3 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.gnu.ui')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
index 0d8ca731a96..ac3834a1b26 100644
--- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
+++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
@@ -1820,7 +1820,7 @@
<targetPlatform
id="cdt.managedbuild.target.gnu.platform.base"
name="%PlatformName.Dbg"
- binaryParser="org.eclipse.cdt.core.ELF"
+ binaryParser="org.eclipse.cdt.core.GNU_ELF"
osList="linux,hpux,aix,qnx"
archList="all">
</targetPlatform>

Back to the top