Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | require recipes-devtools/gcc/gcc-${PV}.inc |
2 | require gcc-runtime.inc | ||||
3 | |||||
4 | # Disable ifuncs for libatomic on arm conflicts -march/-mcpu | ||||
5 | EXTRA_OECONF_append_arm = " libat_cv_have_ifunc=no " | ||||
6 | |||||
7 | FILES_libgomp-dev += "\ | ||||
8 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/openacc.h \ | ||||
9 | " | ||||
10 | |||||
11 | # Building with thumb enabled on armv6t fails | ||||
12 | ARM_INSTRUCTION_SET_armv6 = "arm" |