From 2cf52b0f32712a0bd567b34a4fbb8f998abac638 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Wed, 29 Apr 2020 11:58:07 +0200 Subject: 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 Tested-by: Jacob Kroon --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index d28da02..f97378d 100644 --- a/README +++ b/README @@ -133,5 +133,5 @@ BBLAYERS ?= " \ Build host dependencies ----------------------- - - gcc with c++14 support + - gcc >= v6 - libstdc++ static -- cgit v1.2.3-54-g00ecf