summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2020-04-29 11:58:07 +0200
committerRichard Leitner <richard.leitner@skidata.com>2020-05-05 07:09:44 +0200
commit0207ab72c58662cf7ac60229a5e14879b73f461d (patch)
treeec596ebb83b164dec375a7fc65643e8c6ed6ffae /README
parent840a581290d08ae48a577bda9e84363771ba6167 (diff)
downloadmeta-java-0207ab72c58662cf7ac60229a5e14879b73f461d.tar.gz
openjdk-8: require GCC >= v6
As nobody should use older versions of GCC we drop the restrictions and workarounds. Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d28da02..f97378d 100644
--- a/README
+++ b/README
@@ -133,5 +133,5 @@ BBLAYERS ?= " \
133 133
134Build host dependencies 134Build host dependencies
135----------------------- 135-----------------------
136 - gcc with c++14 support 136 - gcc >= v6
137 - libstdc++ static 137 - libstdc++ static