From: Rasmus Villemoes Date: Thu, 28 Nov 2024 08:31:54 +0000 (+0100) Subject: gcc: remove unused JAVA variable X-Git-Tag: yocto-5.2~1121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=136619477f0ce7c9da0762bbbeb1227a1ad6c0c7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gcc: remove unused JAVA variable As commit 81551871b183 (gcc: Remove Java support variables) correctly stated Java support was removed in upstream gcc 7. but this line snuck back in with commit bbf32e24608c (gcc-9: Add recipes for gcc 9.1 release). Signed-off-by: Rasmus Villemoes Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/gcc-14.2.inc b/meta/recipes-devtools/gcc/gcc-14.2.inc index 9cfb246294d..e90b5b4c2a3 100644 --- a/meta/recipes-devtools/gcc/gcc-14.2.inc +++ b/meta/recipes-devtools/gcc/gcc-14.2.inc @@ -76,7 +76,6 @@ B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" # Language Overrides FORTRAN = "" -JAVA = "" SSP ?= "--disable-libssp" SSP:mingw32 = "--enable-libssp"