Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
index bd733c3ee47..c6ed748c42a 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
@@ -457,8 +457,7 @@
id="cdt.managedbuild.toolchain.xlc.exe.debug">
<targetPlatform
id="cdt.managedbuild.target.xlc.platform.exe.debug"
- name="%PlatformName.Dbg"
- binaryParser="org.eclipse.cdt.core.XCOFF32"
+ name="%PlatformName.Dbg"
osList="all"
archList="all">
</targetPlatform>
@@ -523,7 +522,6 @@
<targetPlatform
id="cdt.managedbuild.target.xlc.platform.exe.release"
name="%PlatformName.Rel"
- binaryParser="org.eclipse.cdt.core.XCOFF32"
osList="all"
archList="all">
</targetPlatform>
@@ -594,8 +592,7 @@
id="cdt.managedbuild.toolchain.xlc.so.debug">
<targetPlatform
id="cdt.managedbuild.target.xlc.platform.so.debug"
- name="%PlatformName.Dbg"
- binaryParser="org.eclipse.cdt.core.XCOFF32"
+ name="%PlatformName.Dbg"
osList="all"
archList="all">
</targetPlatform>
@@ -657,8 +654,7 @@
id="cdt.managedbuild.toolchain.xlc.so.release">
<targetPlatform
id="cdt.managedbuild.target.xlc.platform.so.release"
- name="%PlatformName.Rel"
- binaryParser="org.eclipse.cdt.core.XCOFF32"
+ name="%PlatformName.Rel"
osList="all"
archList="all">
</targetPlatform>
@@ -729,8 +725,7 @@
id="cdt.managedbuild.toolchain.xlc.lib.debug">
<targetPlatform
id="cdt.managedbuild.target.xlc.platform.lib.debug"
- name="%PlatformName.Dbg"
- binaryParser="org.eclipse.cdt.core.XCOFF32"
+ name="%PlatformName.Dbg"
osList="all"
archList="all">
</targetPlatform>
@@ -788,8 +783,7 @@
id="cdt.managedbuild.toolchain.xlc.lib.release">
<targetPlatform
id="cdt.managedbuild.target.xlc.platform.lib.release"
- name="%PlatformName.Rel"
- binaryParser="org.eclipse.cdt.core.XCOFF32"
+ name="%PlatformName.Rel"
osList="all"
archList="all">
</targetPlatform>

Back to the top