Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-05-24 18:09:16 +0000
committerArun Thondapu2016-05-24 18:09:56 +0000
commit1b7561d790e98f775ce58c918e92d5a8f03935d1 (patch)
tree59c658a476f52cd90c19f5ffa48a4a0ae7188e9d
parent67b2c68a3f1c496b5837de093932db0bf4987c1d (diff)
downloadeclipse.platform.swt-1b7561d790e98f775ce58c918e92d5a8f03935d1.tar.gz
eclipse.platform.swt-1b7561d790e98f775ce58c918e92d5a8f03935d1.tar.xz
eclipse.platform.swt-1b7561d790e98f775ce58c918e92d5a8f03935d1.zip
Bug 494151 - Eclipse crashes after displaying splash screen with
java.lang.NoClassDefFoundError Change sparc64 to sparcv9 so that the SWT fragment for SPARC is created with 64-bit source code and not the 32-bit code Change-Id: I5bff739a9bfe23c31bc1d6fb0970adcbdf81696b Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
-rw-r--r--bundles/org.eclipse.swt/buildFragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/buildFragment.xml b/bundles/org.eclipse.swt/buildFragment.xml
index 4b20e44870..e5e5474e14 100644
--- a/bundles/org.eclipse.swt/buildFragment.xml
+++ b/bundles/org.eclipse.swt/buildFragment.xml
@@ -257,7 +257,7 @@
<equals arg1="${swt.arch}" arg2="ppc64"/>
<equals arg1="${swt.arch}" arg2="ppc64le"/>
<equals arg1="${swt.arch}" arg2="s390x"/>
- <equals arg1="${swt.arch}" arg2="sparc64"/>
+ <equals arg1="${swt.arch}" arg2="sparcv9"/>
<equals arg1="${swt.arch}" arg2="aarch64"/>
</or>
</condition>

Back to the top