summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8fbdf6c..9be94ac 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,13 @@
SHELL = /bin/bash
-VERSION ?= jdk8
+# The choices for VERSION are mainly:
+#
+# 'aarch64-port' or 'jdk8'
+#
+# The latter getting the tip of x86 development.
+
+VERSION ?= aarch64-port
SNAPSHOT_NAME = openjdk8-$(VERSION)-snapshot
SNAPSHOT_URL = http://snapshots.linaro.org/openembedded/sources