From 901a93885fccd2640b1205d84959a4e894f8f224 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 12 Mar 2020 16:08:40 -0700 Subject: gcc: Upgrade to 9.3 bugfix release This brings ~157 bugfixes [1] to gcc-9 with no features Drop backports which are already part of the release now [1] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&list_id=260610&resolution=FIXED&target_milestone=9.3 (From OE-Core rev: caf80e4e245132bdc3bbe219b567013f2c5d2f46) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-sanitizers_9.3.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-sanitizers_9.3.bb (limited to 'meta/recipes-devtools/gcc/gcc-sanitizers_9.3.bb') diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers_9.3.bb b/meta/recipes-devtools/gcc/gcc-sanitizers_9.3.bb new file mode 100644 index 0000000000..f3c7058114 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-sanitizers_9.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 v1.2.3-54-g00ecf