summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-11.2.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-29 00:24:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-30 18:56:47 +0100
commitd81238da5709d16ebf9437420272f24221f2f51a (patch)
treed35447b9752f80b37fd2ac464bb59592d4b40e26 /meta/recipes-devtools/gcc/gcc-11.2.inc
parentd10ce1059dea4746012bb361c731d0b8b8a50c80 (diff)
downloadpoky-d81238da5709d16ebf9437420272f24221f2f51a.tar.gz
gcc: Drop libgfortran patch
As far as I can see, when building libgfortran we don't set GFORTRAN so this patch does nothing any more. The fortran build and gcc recipes have changed massively since gcc 4.2.2 so I think this patch is simply obsolete. I did test building libgfortran with and without this patch and there was no difference, the correct fortran compiler is found. If it were an issue we should just set GFORTRAN correctly. Therefore drop the patch. (From OE-Core rev: bc5209aa5f07cea00416852532b90aba044defd5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-11.2.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-11.2.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-11.2.inc b/meta/recipes-devtools/gcc/gcc-11.2.inc
index d39307df2b..f06c1a891b 100644
--- a/meta/recipes-devtools/gcc/gcc-11.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-11.2.inc
@@ -36,7 +36,6 @@ SRC_URI = "\
36 file://0005-optional-libstdc.patch \ 36 file://0005-optional-libstdc.patch \
37 file://0006-COLLECT_GCC_OPTIONS.patch \ 37 file://0006-COLLECT_GCC_OPTIONS.patch \
38 file://0007-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \ 38 file://0007-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \
39 file://0008-fortran-cross-compile-hack.patch \
40 file://0009-cpp-honor-sysroot.patch \ 39 file://0009-cpp-honor-sysroot.patch \
41 file://0010-MIPS64-Default-to-N64-ABI.patch \ 40 file://0010-MIPS64-Default-to-N64-ABI.patch \
42 file://0011-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \ 41 file://0011-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \