summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-09-26 10:47:24 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-09-26 10:47:24 +0100
commit3ccb6af34cf28826d6a498a3fcdb76852467edf2 (patch)
treef7822ad01b98700266dafbe62f5a789eaaeddb07
parent17ae0a8d8a076312c44514c9ee31c9a800ff9cae (diff)
Makefile: default to tip of aarch64-portHEADmaster
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-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