Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2021-04-21 15:36:55 +0000
committerThomas Watson2021-04-21 16:16:23 +0000
commitfe7c590145edab0f74a395ac26b3ee36fa5ac174 (patch)
tree649b5fd4cbe4e7adce7655d2c5f80454295c08f3
parent7fa8e4a26d3507ef5b18b84b91f33f2c1ae171e0 (diff)
downloadrt.equinox.framework-fe7c590145edab0f74a395ac26b3ee36fa5ac174.tar.gz
rt.equinox.framework-fe7c590145edab0f74a395ac26b3ee36fa5ac174.tar.xz
rt.equinox.framework-fe7c590145edab0f74a395ac26b3ee36fa5ac174.zip
This change only effects what gets used for Bundle-NativeCode matching and the setting of the org.osgi.framework.processor property value. Other changes are needed to handle the equinox specific values for osgi.arch Change-Id: Iddb02ce34f9569e5712b3eca956556e68578d8d9 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.framework/+/179607
-rw-r--r--bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/processor.aliases1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/processor.aliases b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/processor.aliases
index 59fa18aef..50487ae17 100644
--- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/processor.aliases
+++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/processor.aliases
@@ -18,6 +18,7 @@
68k # Motorola 68000 and up
ARM # Intel Strong ARM
+aarch64 arm64
Alpha # Compaq (ex DEC)
Ignite psc1k # PTSC
Mips # SGI

Back to the top