Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-06-06 07:01:41 +0000
committerAlexander Kurtakov2018-06-06 07:01:41 +0000
commitb705943c401c6bb543f89e93f1d5008e944cce23 (patch)
tree72339abd4b635f4bf0e2f5adeb82f7a01fe2b344 /eclipse.platform.releng.tychoeclipsebuilder/rcp.config
parent64fcc86cce73630ca3e3217d7342e48d6f7ed22d (diff)
downloadeclipse.platform.releng.aggregator-b705943c401c6bb543f89e93f1d5008e944cce23.tar.gz
eclipse.platform.releng.aggregator-b705943c401c6bb543f89e93f1d5008e944cce23.tar.xz
eclipse.platform.releng.aggregator-b705943c401c6bb543f89e93f1d5008e944cce23.zip
Bug 518669 - Drop support for Linux ppc64 in 4.9
Removed ppc64 BE build in some configs replaced it with ppc64le as it was missing (e.g. publishing equinox launcher). Change-Id: Ib397bf23377ba17f8a70a4fbe541c3460e1814cf Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/rcp.config')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties2
1 files changed, 0 insertions, 2 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
index 787c8890f..2ecc2f0cb 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
@@ -33,8 +33,6 @@ root.linux.gtk.ppc64le.permissions.755=eclipse
root.linux.gtk.x86=rootfiles/linux.gtk.x86,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86
root.linux.gtk.x86.permissions.755=eclipse
-root.linux.gtk.ppc64=rootfiles/linux.gtk.ppc64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc64
-root.linux.gtk.ppc64.permissions.755=eclipse
root.linux.gtk.x86_64=rootfiles/linux.gtk.x86_64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86_64
root.linux.gtk.x86_64.permissions.755=eclipse

Back to the top