mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
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>
This commit is contained in:
parent
63aa4b3376
commit
4303bc5cbb
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue