1
0
Fork 0
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:
Vivian Kong 2009-08-27 20:43:17 +00:00
parent a90fa276e8
commit c3217c80c4
2 changed files with 6 additions and 18 deletions

View file

@ -550,8 +550,7 @@
targetTool="cdt.managedbuild.tool.xlc.c.linker.exe.debug;cdt.managedbuild.tool.xlc.cpp.linker.exe.debug"> targetTool="cdt.managedbuild.tool.xlc.c.linker.exe.debug;cdt.managedbuild.tool.xlc.cpp.linker.exe.debug">
<targetPlatform <targetPlatform
id="cdt.managedbuild.target.xlc.platform.exe.debug" id="cdt.managedbuild.target.xlc.platform.exe.debug"
name="%PlatformName.Dbg" name="%PlatformName.Dbg"
binaryParser="org.eclipse.cdt.core.XCOFF32"
osList="all" osList="all"
archList="all"> archList="all">
</targetPlatform> </targetPlatform>
@ -616,8 +615,7 @@
targetTool="cdt.managedbuild.tool.xlc.c.linker.exe.release;cdt.managedbuild.tool.xlc.cpp.linker.exe.release"> targetTool="cdt.managedbuild.tool.xlc.c.linker.exe.release;cdt.managedbuild.tool.xlc.cpp.linker.exe.release">
<targetPlatform <targetPlatform
id="cdt.managedbuild.target.xlc.platform.exe.release" id="cdt.managedbuild.target.xlc.platform.exe.release"
name="%PlatformName.Rel" name="%PlatformName.Rel"
binaryParser="org.eclipse.cdt.core.XCOFF32"
osList="all" osList="all"
archList="all"> archList="all">
</targetPlatform> </targetPlatform>
@ -689,8 +687,7 @@
id="cdt.managedbuild.toolchain.xlc.so.debug"> id="cdt.managedbuild.toolchain.xlc.so.debug">
<targetPlatform <targetPlatform
id="cdt.managedbuild.target.xlc.platform.so.debug" id="cdt.managedbuild.target.xlc.platform.so.debug"
name="%PlatformName.Dbg" name="%PlatformName.Dbg"
binaryParser="org.eclipse.cdt.core.XCOFF32"
osList="all" osList="all"
archList="all"> archList="all">
</targetPlatform> </targetPlatform>
@ -752,8 +749,7 @@
id="cdt.managedbuild.toolchain.xlc.so.release"> id="cdt.managedbuild.toolchain.xlc.so.release">
<targetPlatform <targetPlatform
id="cdt.managedbuild.target.xlc.platform.so.release" id="cdt.managedbuild.target.xlc.platform.so.release"
name="%PlatformName.Rel" name="%PlatformName.Rel"
binaryParser="org.eclipse.cdt.core.XCOFF32"
osList="all" osList="all"
archList="all"> archList="all">
</targetPlatform> </targetPlatform>
@ -824,8 +820,7 @@
id="cdt.managedbuild.toolchain.xlc.lib.debug"> id="cdt.managedbuild.toolchain.xlc.lib.debug">
<targetPlatform <targetPlatform
id="cdt.managedbuild.target.xlc.platform.lib.debug" id="cdt.managedbuild.target.xlc.platform.lib.debug"
name="%PlatformName.Dbg" name="%PlatformName.Dbg"
binaryParser="org.eclipse.cdt.core.XCOFF32"
osList="all" osList="all"
archList="all"> archList="all">
</targetPlatform> </targetPlatform>
@ -883,8 +878,7 @@
id="cdt.managedbuild.toolchain.xlc.lib.release"> id="cdt.managedbuild.toolchain.xlc.lib.release">
<targetPlatform <targetPlatform
id="cdt.managedbuild.target.xlc.platform.lib.release" id="cdt.managedbuild.target.xlc.platform.lib.release"
name="%PlatformName.Rel" name="%PlatformName.Rel"
binaryParser="org.eclipse.cdt.core.XCOFF32"
osList="all" osList="all"
archList="all"> archList="all">
</targetPlatform> </targetPlatform>

View file

@ -25,7 +25,6 @@
targetTool="cdt.managedbuild.tool.linker.xlupc.exe.debug"> targetTool="cdt.managedbuild.tool.linker.xlupc.exe.debug">
<targetPlatform <targetPlatform
archList="all" archList="all"
binaryParser="org.eclipse.cdt.core.XCOFF32"
id="cdt.managedbuild.targetplatform.xlupc.exe.debug" id="cdt.managedbuild.targetplatform.xlupc.exe.debug"
name="%PlatformName.Dbg" name="%PlatformName.Dbg"
osList="all"> osList="all">
@ -73,7 +72,6 @@
targetTool="cdt.managedbuild.tool.linker.xlupc.exe.release"> targetTool="cdt.managedbuild.tool.linker.xlupc.exe.release">
<targetPlatform <targetPlatform
archList="all" archList="all"
binaryParser="org.eclipse.cdt.core.XCOFF32"
id="cdt.managedbuild.targetplatform.xlupc.exe.release" id="cdt.managedbuild.targetplatform.xlupc.exe.release"
name="%PlatformName.Rel" name="%PlatformName.Rel"
osList="all"> osList="all">
@ -126,7 +124,6 @@
targetTool="cdt.managedbuild.tool.linker.xlupc.so.debug"> targetTool="cdt.managedbuild.tool.linker.xlupc.so.debug">
<targetPlatform <targetPlatform
archList="all" archList="all"
binaryParser="org.eclipse.cdt.core.XCOFF32"
id="cdt.managedbuild.targetplatform.xlupc.so.debug" id="cdt.managedbuild.targetplatform.xlupc.so.debug"
name="%PlatformName.Dbg" name="%PlatformName.Dbg"
osList="all"> osList="all">
@ -171,7 +168,6 @@
targetTool="cdt.managedbuild.tool.linker.xlupc.so.release"> targetTool="cdt.managedbuild.tool.linker.xlupc.so.release">
<targetPlatform <targetPlatform
archList="all" archList="all"
binaryParser="org.eclipse.cdt.core.XCOFF32"
id="cdt.managedbuild.targetplatform.xlupc.so.release" id="cdt.managedbuild.targetplatform.xlupc.so.release"
name="%PlatformName.Rel" name="%PlatformName.Rel"
osList="all"> osList="all">
@ -224,7 +220,6 @@
targetTool="cdt.managedbuild.tool.archiver.xlupc.lib.debug"> targetTool="cdt.managedbuild.tool.archiver.xlupc.lib.debug">
<targetPlatform <targetPlatform
archList="all" archList="all"
binaryParser="org.eclipse.cdt.core.XCOFF32"
id="cdt.managedbuild.targetplatform.xlupc.lib.debug" id="cdt.managedbuild.targetplatform.xlupc.lib.debug"
name="%PlatformName.Dbg" name="%PlatformName.Dbg"
osList="all"> osList="all">
@ -269,7 +264,6 @@
targetTool="cdt.managedbuild.tool.archiver.xlupc.lib.release"> targetTool="cdt.managedbuild.tool.archiver.xlupc.lib.release">
<targetPlatform <targetPlatform
archList="all" archList="all"
binaryParser="org.eclipse.cdt.core.XCOFF32"
id="cdt.managedbuild.targetplatform.xlupc.lib.release" id="cdt.managedbuild.targetplatform.xlupc.lib.release"
name="%PlatformName.Rel" name="%PlatformName.Rel"
osList="all"> osList="all">