summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8-release-72b05.inc
diff options
context:
space:
mode:
authorDaniel McGregor <daniel.mcgregor@vecima.com>2016-06-22 10:38:45 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2016-06-30 12:07:44 -0300
commit33ddb28a6428b02ddcc82d1954ecf27cd426fbb5 (patch)
treeeb39d51b3b35a2a3096bfd79ca95e2179dd0be8c /recipes-core/openjdk/openjdk-8-release-72b05.inc
parent6483010d92be7f6e1e0a268d1ca4b5fc4353c70e (diff)
downloadmeta-java-33ddb28a6428b02ddcc82d1954ecf27cd426fbb5.tar.gz
openjdk-8: make GCC6 happy
GCC 6 sets the default C++ standard to C++14 and introduces dead store elimination by default. OpenJDK 8 is not ready for either of these changes, so set the C++ standard back to gnu++98 and disable dead store elimination. Switched to using --with-extra-cflags, cxxflags, and ldflags. The added patch fixes building when using those flags, and are needed to get CFLAGS into the JDK build in the native case. Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-release-72b05.inc')
-rw-r--r--recipes-core/openjdk/openjdk-8-release-72b05.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-8-release-72b05.inc b/recipes-core/openjdk/openjdk-8-release-72b05.inc
index f8ba367..ce31f3d 100644
--- a/recipes-core/openjdk/openjdk-8-release-72b05.inc
+++ b/recipes-core/openjdk/openjdk-8-release-72b05.inc
@@ -4,6 +4,7 @@ PATCHES_URI="\
4 file://dont-expect-fqpn-for-make.patch;striplevel=0 \ 4 file://dont-expect-fqpn-for-make.patch;striplevel=0 \
5 file://openjdk8-no-genx11-in-headless.patch;apply=no \ 5 file://openjdk8-no-genx11-in-headless.patch;apply=no \
6 file://openjdk8-no-unused-deps.patch;apply=no \ 6 file://openjdk8-no-unused-deps.patch;apply=no \
7 file://openjdk8-avoid-early-ldflags-expansion.patch;apply=no \
7 file://openjdk8-find-compiler-fix-env-respect.patch;apply=no \ 8 file://openjdk8-find-compiler-fix-env-respect.patch;apply=no \
8 file://openjdk8-prevent-debuginfo-in-favour-of-openembedded-package-split.patch;apply=no \ 9 file://openjdk8-prevent-debuginfo-in-favour-of-openembedded-package-split.patch;apply=no \
9" 10"