diff options
author | André Draszik <andre.draszik@jci.com> | 2018-08-13 11:09:30 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2018-08-13 14:11:51 +0200 |
commit | 8ffbe8755cfa7b2088c415e2d649c64af8ee5167 (patch) | |
tree | e270c66bf9286aa43ed3acc2d40782e310273eef /recipes-core | |
parent | 42a7c64e0209cb7e2cf19f4d9e62105816144878 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/openjdk/openjdk-8-common.inc | 1 |
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 | ||
254 | CFLAGS_append = " ${@version_specific_cflags(d)}" | 254 | CFLAGS_append = " ${@version_specific_cflags(d)}" |
255 | CXXFLAGS_append = " ${@version_specific_cflags(d)}" | 255 | CXXFLAGS_append = " ${@version_specific_cflags(d)}" |
256 | CXX_append = " -std=gnu++98" | ||