]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gcc: remove g77/f77
authorKai Kang <kai.kang@windriver.com>
Thu, 13 Jun 2024 11:51:59 +0000 (19:51 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Jun 2024 07:41:55 +0000 (08:41 +0100)
commit6469c6a00066af24c87ec5dd7994ebbc610c3782
tree047bf5906b93f7adea8e41e88edb3790d8a899a9
parentac000b00ec615b3e51dda8d819015d5e7110ed88
gcc: remove g77/f77

g77/f77 has been removed from gcc 4.0.0 via commit:

b4117c30610 Makefile.def, [...]: Remove all mention of libf2c.

When set

    FORTRAN = ",f77"

it complains with error:

| The following requested languages could not be built: f77
| Supported languages are: c,c,c++,fortran,go,lto,m2,objc,obj-c++

So remove g77/f77 from gcc recipes.

[1]: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=b4117c30610

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-configure-common.inc
meta/recipes-devtools/gcc/gcc-runtime.inc
meta/recipes-devtools/gcc/gcc-target.inc