Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | require recipes-devtools/gcc/gcc-${PV}.inc |
2 | require recipes-devtools/gcc/gcc-sanitizers.inc | ||||
3 | |||||
4 | # Building with thumb enabled on armv4t armv5t fails with | ||||
5 | # sanitizer_linux.s:5749: Error: lo register required -- `ldr ip,[sp],#8' | ||||
6 | ARM_INSTRUCTION_SET:armv4 = "arm" | ||||
7 | ARM_INSTRUCTION_SET:armv5 = "arm" |