From d21c857d5b3dc136c85c683f70fc48c99346f5df Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 25 Jan 2024 10:08:30 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/libgcc_14.1.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/recipes-devtools/gcc/libgcc_14.1.bb (limited to 'meta/recipes-devtools/gcc/libgcc_14.1.bb') diff --git a/meta/recipes-devtools/gcc/libgcc_14.1.bb b/meta/recipes-devtools/gcc/libgcc_14.1.bb new file mode 100644 index 0000000000..fdcd6cc0da --- /dev/null +++ b/meta/recipes-devtools/gcc/libgcc_14.1.bb @@ -0,0 +1,7 @@ +require recipes-devtools/gcc/gcc-${PV}.inc +require libgcc.inc + +LDFLAGS += "-fuse-ld=bfd" + +# Building with thumb enabled on armv6t fails +ARM_INSTRUCTION_SET:armv6 = "arm" -- cgit v1.2.3-54-g00ecf