Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2022-03-12 05:48:33 +0000
committerAlexander Kurtakov2022-03-12 06:01:10 +0000
commit3d60fea55492b2e2239c21f6bec865f87a8852ed (patch)
tree0801e88b396e6c6d7ba67444f32f74928fc2cda7
parentf392937512dbbbfacf3e5fc27defc854c022c42c (diff)
downloadrt.equinox.framework-master.tar.gz
rt.equinox.framework-master.tar.xz
rt.equinox.framework-master.zip
Remove loongarch64 root files. Change-Id: I4fac1a7d09c2695438a546c738e1778f79721cbe Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/191804 Tested-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--features/org.eclipse.equinox.executable.feature/build.properties3
-rw-r--r--features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt1
2 files changed, 1 insertions, 3 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/build.properties b/features/org.eclipse.equinox.executable.feature/build.properties
index 976629304..2ab3c26d5 100644
--- a/features/org.eclipse.equinox.executable.feature/build.properties
+++ b/features/org.eclipse.equinox.executable.feature/build.properties
@@ -38,6 +38,3 @@ root.macosx.cocoa.aarch64.permissions.755=Eclipse.app/Contents/MacOS/launcher
root.linux.gtk.x86_64=bin/gtk/linux/x86_64,gtk_root
root.linux.gtk.x86_64.permissions.755=libcairo-swt.so
-
-root.linux.gtk.loongarch64=bin/gtk/linux/loongarch64,gtk_root
-root.linux.gtk.loongarch64.permissions.755=launcher
diff --git a/features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt b/features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt
index 82e03740d..90b85e0b8 100644
--- a/features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt
+++ b/features/org.eclipse.equinox.executable.feature/forceQualifierUpdate.txt
@@ -11,3 +11,4 @@ Bug 506597 - Build failure on I20161026-2000
Bug 550714 - Comparator errors in I20190903-1110
Bug 550674 - Specify hardened runtime for Mac app signing
Bug 551174 - Comparator errors in 4.14 I build - I20190917-1800
+Bug 578952 - Add LoongArch64 Support \ No newline at end of file

Back to the top