From 4e8ba4c452b7d75bbb9e939ef5f1a927ac36a871 Mon Sep 17 00:00:00 2001 From: Sundeep KOKKONDA Date: Fri, 23 Jun 2023 09:40:55 -0700 Subject: gcc : upgrade to v12.3 gcc stable version upgraded from v12.2 to v12.3 Below is the bug fix list for v12.3 https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=12.3 MJ: fixes webruntime-120 builds in webOS Signed-off-by: Sundeep KOKKONDA Signed-off-by: Steve Sakoman Signed-off-by: Martin Jansa --- meta/recipes-devtools/gcc/gcc-sanitizers_12.3.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-sanitizers_12.3.bb (limited to 'meta/recipes-devtools/gcc/gcc-sanitizers_12.3.bb') diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers_12.3.bb b/meta/recipes-devtools/gcc/gcc-sanitizers_12.3.bb new file mode 100644 index 0000000000..8bda2ccad6 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-sanitizers_12.3.bb @@ -0,0 +1,7 @@ +require recipes-devtools/gcc/gcc-${PV}.inc +require gcc-sanitizers.inc + +# Building with thumb enabled on armv4t armv5t fails with +# sanitizer_linux.s:5749: Error: lo register required -- `ldr ip,[sp],#8' +ARM_INSTRUCTION_SET:armv4 = "arm" +ARM_INSTRUCTION_SET:armv5 = "arm" -- cgit 1.2.3-korg