diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime_8.2.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime_8.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime_8.2.bb b/meta/recipes-devtools/gcc/gcc-runtime_8.2.bb index fe787174e8..a1c7a76d0b 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime_8.2.bb +++ b/meta/recipes-devtools/gcc/gcc-runtime_8.2.bb | |||
@@ -8,3 +8,5 @@ FILES_libgomp-dev += "\ | |||
8 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/openacc.h \ | 8 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/openacc.h \ |
9 | " | 9 | " |
10 | 10 | ||
11 | # Building with thumb enabled on armv6t fails | ||
12 | ARM_INSTRUCTION_SET_armv6 = "arm" | ||