[oe] [meta-java][PATCH 3/9] openjdk-8: remove superfluous compiler flag (-std=gnu++98)

André Draszik git at andred.net
Mon Aug 13 10:09:30 UTC 2018


From: André Draszik <andre.draszik at jci.com>

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 at jci.com>
---
 recipes-core/openjdk/openjdk-8-common.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/recipes-core/openjdk/openjdk-8-common.inc b/recipes-core/openjdk/openjdk-8-common.inc
index 0af320d..4e52448 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):
 
 CFLAGS_append = " ${@version_specific_cflags(d)}"
 CXXFLAGS_append = " ${@version_specific_cflags(d)}"
-CXX_append = " -std=gnu++98"
-- 
2.18.0




More information about the Openembedded-devel mailing list