Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | require recipes-devtools/gcc/gcc-${PV}.inc |
2 | require 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" |