Skip to content

Commit

Permalink
Add support for riscv64 on platform build
Browse files Browse the repository at this point in the history
Signed-off-by: Bo YU <[email protected]>
  • Loading branch information
yuzibo committed Sep 26, 2024
1 parent 5aee5c5 commit e4087b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions features/org.eclipse.e4.rcp/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,13 @@
arch="aarch64"
version="0.0.0"/>

<plugin
id="org.eclipse.equinox.launcher.gtk.linux.riscv64"
os="linux"
ws="gtk"
arch="riscv64"
version="0.0.0"/>

<plugin
id="org.eclipse.equinox.launcher.gtk.linux.x86_64"
os="linux"
Expand Down Expand Up @@ -263,6 +270,13 @@
arch="aarch64"
version="0.0.0"/>

<plugin
id="org.eclipse.swt.gtk.linux.riscv64"
os="linux"
ws="gtk"
arch="riscv64"
version="0.0.0"/>

<plugin
id="org.eclipse.swt.gtk.linux.x86_64"
os="linux"
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<plugin id="org.eclipse.equinox.launcher.cocoa.macosx.aarch64" />
<plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64le" />
<plugin id="org.eclipse.equinox.launcher.gtk.linux.aarch64" />
<plugin id="org.eclipse.equinox.launcher.gtk.linux.riscv64" />
<plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64" />
<plugin id="org.eclipse.equinox.launcher.win32.win32.aarch64" />
<plugin id="org.eclipse.equinox.launcher.win32.win32.x86_64" />
Expand Down

0 comments on commit e4087b4

Please sign in to comment.