Skip to content

Commit 8a8979f

Browse files
yuziboHannesWell
authored andcommitted
Add support for riscv64 on platform build
Signed-off-by: Bo YU <[email protected]>
1 parent f35ef3a commit 8a8979f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

features/org.eclipse.e4.rcp/feature.xml

+14
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,13 @@
210210
arch="aarch64"
211211
version="0.0.0"/>
212212

213+
<plugin
214+
id="org.eclipse.equinox.launcher.gtk.linux.riscv64"
215+
os="linux"
216+
ws="gtk"
217+
arch="riscv64"
218+
version="0.0.0"/>
219+
213220
<plugin
214221
id="org.eclipse.equinox.launcher.gtk.linux.x86_64"
215222
os="linux"
@@ -263,6 +270,13 @@
263270
arch="aarch64"
264271
version="0.0.0"/>
265272

273+
<plugin
274+
id="org.eclipse.swt.gtk.linux.riscv64"
275+
os="linux"
276+
ws="gtk"
277+
arch="riscv64"
278+
version="0.0.0"/>
279+
266280
<plugin
267281
id="org.eclipse.swt.gtk.linux.x86_64"
268282
os="linux"

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<plugin id="org.eclipse.equinox.launcher.cocoa.macosx.aarch64" />
8888
<plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64le" />
8989
<plugin id="org.eclipse.equinox.launcher.gtk.linux.aarch64" />
90+
<plugin id="org.eclipse.equinox.launcher.gtk.linux.riscv64" />
9091
<plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64" />
9192
<plugin id="org.eclipse.equinox.launcher.win32.win32.aarch64" />
9293
<plugin id="org.eclipse.equinox.launcher.win32.win32.x86_64" />

0 commit comments

Comments
 (0)