diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 64c7334eea..eefd23bb8e 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -28,6 +28,8 @@ export CROSS_COMPILE="${TARGET_PREFIX}" | |||
28 | 28 | ||
29 | LDFLAGS += "-Wl,-soname,libc.so" | 29 | LDFLAGS += "-Wl,-soname,libc.so" |
30 | 30 | ||
31 | ARM_INSTRUCTION_SET_toolchain-clang = "arm" | ||
32 | |||
31 | CONFIGUREOPTS = " \ | 33 | CONFIGUREOPTS = " \ |
32 | --prefix=${prefix} \ | 34 | --prefix=${prefix} \ |
33 | --exec-prefix=${exec_prefix} \ | 35 | --exec-prefix=${exec_prefix} \ |