diff options
author | André Draszik <andre.draszik@jci.com> | 2018-08-13 11:09:34 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2018-08-13 15:01:28 +0200 |
commit | 3737e0d040dd89737ef4d3a7c45f71c4ff9ad2a8 (patch) | |
tree | f9c4dfe02eb1acaf7b441d017c63e471ef106a55 /classes/java.bbclass | |
parent | 1471f1789e002b0381d0df9dec09581c2a9866b1 (diff) | |
download | meta-java-3737e0d040dd89737ef4d3a7c45f71c4ff9ad2a8.tar.gz |
Revert "openjdk-8: fix build for gcc8.x"
This reverts commit 52fb41cec7d5125bb11c718705158696ffef11f8.
The change being reverted has two problems:
- it still doesn't produce working binaries
- compilation on pre-gcc v7 compilers fails (which is
relevant for compiling openjdk-8-native, as that
uses the build machine's gcc, not yocto's gcc):
| At global scope:
| cc1plus: error: unrecognized command line option ‘-Wno-stringop-overflow’ [-Werror]
| cc1plus: all warnings being treated as errors
We now use a different approach to address the issues
than that patch, and it is thusly not needed anymore.
We fully support gcc < 7 again.
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'classes/java.bbclass')
0 files changed, 0 insertions, 0 deletions