From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/gcc/gcc-sanitizers_arm-9.2.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bsp/meta-arm/meta-arm-toolchain/recipes-devtools/gcc/gcc-sanitizers_arm-9.2.bb (limited to 'bsp/meta-arm/meta-arm-toolchain/recipes-devtools/gcc/gcc-sanitizers_arm-9.2.bb') diff --git a/bsp/meta-arm/meta-arm-toolchain/recipes-devtools/gcc/gcc-sanitizers_arm-9.2.bb b/bsp/meta-arm/meta-arm-toolchain/recipes-devtools/gcc/gcc-sanitizers_arm-9.2.bb new file mode 100644 index 00000000..9c41e926 --- /dev/null +++ b/bsp/meta-arm/meta-arm-toolchain/recipes-devtools/gcc/gcc-sanitizers_arm-9.2.bb @@ -0,0 +1,7 @@ +require recipes-devtools/gcc/gcc-${PV}.inc +require recipes-devtools/gcc/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