mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
bug 284175 - turn off binary parser for XLC toolchain by default
This commit is contained in:
parent
a90fa276e8
commit
c3217c80c4
2 changed files with 6 additions and 18 deletions
|
@ -551,7 +551,6 @@
|
|||
<targetPlatform
|
||||
id="cdt.managedbuild.target.xlc.platform.exe.debug"
|
||||
name="%PlatformName.Dbg"
|
||||
binaryParser="org.eclipse.cdt.core.XCOFF32"
|
||||
osList="all"
|
||||
archList="all">
|
||||
</targetPlatform>
|
||||
|
@ -617,7 +616,6 @@
|
|||
<targetPlatform
|
||||
id="cdt.managedbuild.target.xlc.platform.exe.release"
|
||||
name="%PlatformName.Rel"
|
||||
binaryParser="org.eclipse.cdt.core.XCOFF32"
|
||||
osList="all"
|
||||
archList="all">
|
||||
</targetPlatform>
|
||||
|
@ -690,7 +688,6 @@
|
|||
<targetPlatform
|
||||
id="cdt.managedbuild.target.xlc.platform.so.debug"
|
||||
name="%PlatformName.Dbg"
|
||||
binaryParser="org.eclipse.cdt.core.XCOFF32"
|
||||
osList="all"
|
||||
archList="all">
|
||||
</targetPlatform>
|
||||
|
@ -753,7 +750,6 @@
|
|||
<targetPlatform
|
||||
id="cdt.managedbuild.target.xlc.platform.so.release"
|
||||
name="%PlatformName.Rel"
|
||||
binaryParser="org.eclipse.cdt.core.XCOFF32"
|
||||
osList="all"
|
||||
archList="all">
|
||||
</targetPlatform>
|
||||
|
@ -825,7 +821,6 @@
|
|||
<targetPlatform
|
||||
id="cdt.managedbuild.target.xlc.platform.lib.debug"
|
||||
name="%PlatformName.Dbg"
|
||||
binaryParser="org.eclipse.cdt.core.XCOFF32"
|
||||
osList="all"
|
||||
archList="all">
|
||||
</targetPlatform>
|
||||
|
@ -884,7 +879,6 @@
|
|||
<targetPlatform
|
||||
id="cdt.managedbuild.target.xlc.platform.lib.release"
|
||||
name="%PlatformName.Rel"
|
||||
binaryParser="org.eclipse.cdt.core.XCOFF32"
|
||||
osList="all"
|
||||
archList="all">
|
||||
</targetPlatform>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
targetTool="cdt.managedbuild.tool.linker.xlupc.exe.debug">
|
||||
<targetPlatform
|
||||
archList="all"
|
||||
binaryParser="org.eclipse.cdt.core.XCOFF32"
|
||||
id="cdt.managedbuild.targetplatform.xlupc.exe.debug"
|
||||
name="%PlatformName.Dbg"
|
||||
osList="all">
|
||||
|
@ -73,7 +72,6 @@
|
|||
targetTool="cdt.managedbuild.tool.linker.xlupc.exe.release">
|
||||
<targetPlatform
|
||||
archList="all"
|
||||
binaryParser="org.eclipse.cdt.core.XCOFF32"
|
||||
id="cdt.managedbuild.targetplatform.xlupc.exe.release"
|
||||
name="%PlatformName.Rel"
|
||||
osList="all">
|
||||
|
@ -126,7 +124,6 @@
|
|||
targetTool="cdt.managedbuild.tool.linker.xlupc.so.debug">
|
||||
<targetPlatform
|
||||
archList="all"
|
||||
binaryParser="org.eclipse.cdt.core.XCOFF32"
|
||||
id="cdt.managedbuild.targetplatform.xlupc.so.debug"
|
||||
name="%PlatformName.Dbg"
|
||||
osList="all">
|
||||
|
@ -171,7 +168,6 @@
|
|||
targetTool="cdt.managedbuild.tool.linker.xlupc.so.release">
|
||||
<targetPlatform
|
||||
archList="all"
|
||||
binaryParser="org.eclipse.cdt.core.XCOFF32"
|
||||
id="cdt.managedbuild.targetplatform.xlupc.so.release"
|
||||
name="%PlatformName.Rel"
|
||||
osList="all">
|
||||
|
@ -224,7 +220,6 @@
|
|||
targetTool="cdt.managedbuild.tool.archiver.xlupc.lib.debug">
|
||||
<targetPlatform
|
||||
archList="all"
|
||||
binaryParser="org.eclipse.cdt.core.XCOFF32"
|
||||
id="cdt.managedbuild.targetplatform.xlupc.lib.debug"
|
||||
name="%PlatformName.Dbg"
|
||||
osList="all">
|
||||
|
@ -269,7 +264,6 @@
|
|||
targetTool="cdt.managedbuild.tool.archiver.xlupc.lib.release">
|
||||
<targetPlatform
|
||||
archList="all"
|
||||
binaryParser="org.eclipse.cdt.core.XCOFF32"
|
||||
id="cdt.managedbuild.targetplatform.xlupc.lib.release"
|
||||
name="%PlatformName.Rel"
|
||||
osList="all">
|
||||
|
|
Loading…
Add table
Reference in a new issue