From f343448f23c4c4d0baa5a037be1e01fce2fb5a63 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 031709e..2c57c5c 100644 --- a/README +++ b/README @@ -122,7 +122,7 @@ BBLAYERS ?= " \ path_to_source/sources/meta-java \ " -Please note that libstdc++ static is needed on your host to compile icedtea7-native -(install libstdc++-static on a Fedora). - -For debian-based distributions you need the libstdc++6-$compilerversion-dev package. +Build host dependencies +----------------------- + - gcc >= v6 + - libstdc++ static -- cgit v1.2.3-54-g00ecf