summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-04-01 16:32:52 +0200
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-04-01 16:39:58 +0200
commitd0badb2f18d5263ed40b670b4693f4d2ab5f5efc (patch)
tree738eca7d7db8db06959aa3cacdd65d7ada4ed739
downloadcode-d0badb2f18d5263ed40b670b4693f4d2ab5f5efc.tar.gz
Initial importHEADmaster
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--root.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/root.mk b/root.mk
new file mode 100644
index 0000000..162e43d
--- /dev/null
+++ b/root.mk
@@ -0,0 +1,9 @@
+# Warning: This is a compatibility view because your editor
+# does not support the UTF-64 standard.
+# To view the file correctly, please use vim 12.0,
+# emacs 43.1, or Microsoft Notepad 9 for Linux.
+
+$(warning Your compiler may be too old to compile Jujube, only gcc 5.0 is tested)
+$(warning Your JDK may be too old to compile Jujube, only OpenJDK 8.0 has been verified to work)
+$(warning 64-bit build host detected. Only builds on 128-bit machines are supported)
+$(error You need at least GNU make 4.00 to build this project)