Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-08-05 09:37:46 +0000
committerAlexander Kurtakov2020-08-05 10:15:29 +0000
commit5c29d5f966b59f4fed9cc0f4d319d0e907b55fcf (patch)
treea194b1114f8bd2424137c988fed79319aa5bba16 /features/org.eclipse.equinox.executable.feature/resources/build.xml
parent1626e91c551f49dc964023c4ed0339f3685053a5 (diff)
downloadrt.equinox.framework-I20200805-0630.tar.gz
rt.equinox.framework-I20200805-0630.tar.xz
rt.equinox.framework-I20200805-0630.zip
Bug 565419 - Add Linux aarch64 buildI20200805-0750I20200805-0630
Add to equinox executable feature. Change-Id: Idf0307f86a98edf7aa562822506e8f1148e37b29 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/resources/build.xml')
-rw-r--r--features/org.eclipse.equinox.executable.feature/resources/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/resources/build.xml b/features/org.eclipse.equinox.executable.feature/resources/build.xml
index 297ae849f..e37dbd7fc 100644
--- a/features/org.eclipse.equinox.executable.feature/resources/build.xml
+++ b/features/org.eclipse.equinox.executable.feature/resources/build.xml
@@ -139,6 +139,7 @@
<antcall target="rootFileswin32_win32_x86_64"/>
<antcall target="rootFilesmacosx_cocoa_x86_64"/>
<antcall target="rootFileslinux_gtk_ppc64le"/>
+ <antcall target="rootFileslinux_gtk_aarch64"/>
<antcall target="rootFileslinux_gtk_x86_64"/>
</target>

Back to the top