Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-04-28 14:14:48 +0000
committerArun Thondapu2017-04-30 10:14:52 +0000
commite47d8f4053a90ad799e00b3fa077e4f959eacfb3 (patch)
tree48b699d3081284003afea134ae71eb9da5f46023 /features/org.eclipse.equinox.executable.feature/resources/build.xml
parent3e5debb4e282ea1ba3dc74ea2197b705d3bf8de0 (diff)
downloadrt.equinox.framework-e47d8f4053a90ad799e00b3fa077e4f959eacfb3.tar.gz
rt.equinox.framework-e47d8f4053a90ad799e00b3fa077e4f959eacfb3.tar.xz
rt.equinox.framework-e47d8f4053a90ad799e00b3fa077e4f959eacfb3.zip
Bug 515548 - Drop support for ppc32 on platformI20170501-2000I20170430-2000
Do not copy ppc32 launcher. do not create ppc32 fragment Change-Id: I99bb6c6227e5af795ffff654873e13ad7de33666 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/resources/build.xml')
-rw-r--r--features/org.eclipse.equinox.executable.feature/resources/build.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/resources/build.xml b/features/org.eclipse.equinox.executable.feature/resources/build.xml
index d18b02087..0555384c2 100644
--- a/features/org.eclipse.equinox.executable.feature/resources/build.xml
+++ b/features/org.eclipse.equinox.executable.feature/resources/build.xml
@@ -238,7 +238,6 @@
<antcall target="rootFileswin32_win32_x86_64"/>
<antcall target="rootFilesmacosx_cocoa_x86_64"/>
<antcall target="rootFileslinux_gtk_x86"/>
- <antcall target="rootFileslinux_gtk_ppc"/>
<antcall target="rootFileslinux_gtk_ppc64"/>
<antcall target="rootFileslinux_gtk_ppc64le"/>
<antcall target="rootFileslinux_gtk_x86_64"/>

Back to the top