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:22 +0100
commitbc5209aa5f07cea00416852532b90aba044defd5 (patch)
treee0894b47f9791370ed14af5ccce7ba375f1f780d /meta/recipes-devtools/gcc/gcc-11.2.inc
parent658f274c161ec67b91f133ee9b5c3767c2925787 (diff)
downloadopenembedded-core-contrib-bc5209aa5f07cea00416852532b90aba044defd5.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. 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 = "\
file://0005-optional-libstdc.patch \
file://0006-COLLECT_GCC_OPTIONS.patch \
file://0007-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \
- file://0008-fortran-cross-compile-hack.patch \
file://0009-cpp-honor-sysroot.patch \
file://0010-MIPS64-Default-to-N64-ABI.patch \
file://0011-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \