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-06 07:29:05 +0200
commit2cf52b0f32712a0bd567b34a4fbb8f998abac638 (patch)
tree6e482bc7500defc29f36a1738c321feab2ac85a1 /README
parent840a581290d08ae48a577bda9e84363771ba6167 (diff)
downloadmeta-java-2cf52b0f32712a0bd567b34a4fbb8f998abac638.tar.gz
openjdk-8: require GCC >= v6
As nobody should use older versions of GCC anymore this patch drops all version dependent workarounds and requiers host gcc >=6 for building openjdk-8. Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Tested-by: Jacob Kroon <jacob.kroon@gmail.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