diff options
| author | Rasmus Villemoes <ravi@prevas.dk> | 2024-11-28 09:31:54 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-03 11:21:34 +0000 |
| commit | fb1b3c3c88babf254084531ec926ec14a5103191 (patch) | |
| tree | d7c9ead43df52e8f91282e7bee808c43fb12d735 /meta/recipes-devtools/gcc | |
| parent | 7ac5fdc83706f8cf8a369509057267f9e2619e20 (diff) | |
| download | poky-fb1b3c3c88babf254084531ec926ec14a5103191.tar.gz | |
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).
(From OE-Core rev: 136619477f0ce7c9da0762bbbeb1227a1ad6c0c7)
Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-14.2.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-14.2.inc b/meta/recipes-devtools/gcc/gcc-14.2.inc index 9cfb246294..e90b5b4c2a 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}" | |||
| 76 | 76 | ||
| 77 | # Language Overrides | 77 | # Language Overrides |
| 78 | FORTRAN = "" | 78 | FORTRAN = "" |
| 79 | JAVA = "" | ||
| 80 | 79 | ||
| 81 | SSP ?= "--disable-libssp" | 80 | SSP ?= "--disable-libssp" |
| 82 | SSP:mingw32 = "--enable-libssp" | 81 | SSP:mingw32 = "--enable-libssp" |
