diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2020-04-29 11:58:07 +0200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2020-05-05 07:09:44 +0200 |
commit | 0207ab72c58662cf7ac60229a5e14879b73f461d (patch) | |
tree | ec596ebb83b164dec375a7fc65643e8c6ed6ffae /README | |
parent | 840a581290d08ae48a577bda9e84363771ba6167 (diff) | |
download | meta-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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,5 +133,5 @@ BBLAYERS ?= " \ | |||
133 | 133 | ||
134 | Build host dependencies | 134 | Build host dependencies |
135 | ----------------------- | 135 | ----------------------- |
136 | - gcc with c++14 support | 136 | - gcc >= v6 |
137 | - libstdc++ static | 137 | - libstdc++ static |