diff options
| author | Richard Leitner <richard.leitner@skidata.com> | 2020-04-29 11:58:07 +0200 |
|---|---|---|
| committer | Richard Leitner <richard.leitner@skidata.com> | 2020-08-17 13:03:19 +0200 |
| commit | f343448f23c4c4d0baa5a037be1e01fce2fb5a63 (patch) | |
| tree | 4ca7e68383ed53d3873a293c3910e0dcec9ca73d /README | |
| parent | 139b0cb1f2d454a07d46ac5f11d3d3d175518227 (diff) | |
| download | meta-java-f343448f23c4c4d0baa5a037be1e01fce2fb5a63.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-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -122,7 +122,7 @@ BBLAYERS ?= " \ | |||
| 122 | path_to_source/sources/meta-java \ | 122 | path_to_source/sources/meta-java \ |
| 123 | " | 123 | " |
| 124 | 124 | ||
| 125 | Please note that libstdc++ static is needed on your host to compile icedtea7-native | 125 | Build host dependencies |
| 126 | (install libstdc++-static on a Fedora). | 126 | ----------------------- |
| 127 | 127 | - gcc >= v6 | |
| 128 | For debian-based distributions you need the libstdc++6-$compilerversion-dev package. | 128 | - libstdc++ static |
