summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2018-08-13 11:09:30 +0100
committerRichard Leitner <richard.leitner@skidata.com>2018-08-13 14:11:51 +0200
commit8ffbe8755cfa7b2088c415e2d649c64af8ee5167 (patch)
treee270c66bf9286aa43ed3acc2d40782e310273eef
parent42a7c64e0209cb7e2cf19f4d9e62105816144878 (diff)
downloadmeta-java-8ffbe8755cfa7b2088c415e2d649c64af8ee5167.tar.gz
openjdk-8: remove superfluous compiler flag (-std=gnu++98)
These days, OpenJDK-8 adds this to the build itself, no need to do it again here in the recipe. Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/openjdk/openjdk-8-common.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-8-common.inc b/recipes-core/openjdk/openjdk-8-common.inc
index 6bd9e72..ad39dee 100644
--- a/recipes-core/openjdk/openjdk-8-common.inc
+++ b/recipes-core/openjdk/openjdk-8-common.inc
@@ -253,4 +253,3 @@ def version_specific_cflags(d):
253 253
254CFLAGS_append = " ${@version_specific_cflags(d)}" 254CFLAGS_append = " ${@version_specific_cflags(d)}"
255CXXFLAGS_append = " ${@version_specific_cflags(d)}" 255CXXFLAGS_append = " ${@version_specific_cflags(d)}"
256CXX_append = " -std=gnu++98"