diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-01-25 10:08:30 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-21 12:08:04 +0100 |
commit | d21c857d5b3dc136c85c683f70fc48c99346f5df (patch) | |
tree | 31bad5baff4cd5f30b8d1ab3269511eee19f124c /meta/recipes-devtools/gcc/libgfortran_14.1.bb | |
parent | 0bd4acbdd4383facd804a44994b1a2f5483800a2 (diff) | |
download | poky-d21c857d5b3dc136c85c683f70fc48c99346f5df.tar.gz |
gcc: Upgrade to GCC 14.1 release
This is major release upgrade. major changes are listed in [1]
and it has a list of bugs [2] fixed as well
This release may differ in significant ways from prior gcc releases
where it may require port the code to gcc 14, there is a porting guide [3]
available.
[1] https://gcc.gnu.org/gcc-14/changes.html
[2] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=14.0
[3] https://gcc.gnu.org/gcc-14/porting_to.html
(From OE-Core rev: fc48aa30e91ffe94f1012fe108fb1db5233a0bc0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/libgfortran_14.1.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/libgfortran_14.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/libgfortran_14.1.bb b/meta/recipes-devtools/gcc/libgfortran_14.1.bb new file mode 100644 index 0000000000..71dd8b4bdc --- /dev/null +++ b/meta/recipes-devtools/gcc/libgfortran_14.1.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | require recipes-devtools/gcc/gcc-${PV}.inc | ||
2 | require libgfortran.inc | ||
3 | |||