diff options
Diffstat (limited to 'meta/recipes-core/musl/musl_git.bb')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 7a695e7e19..4d44a8cda3 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -30,7 +30,7 @@ DEPENDS = "virtual/cross-binutils \ | |||
30 | GLIBC_LDSO = "${@get_glibc_loader(d)}" | 30 | GLIBC_LDSO = "${@get_glibc_loader(d)}" |
31 | MUSL_LDSO_ARCH = "${@get_musl_loader_arch(d)}" | 31 | MUSL_LDSO_ARCH = "${@get_musl_loader_arch(d)}" |
32 | 32 | ||
33 | export CROSS_COMPILE="${TARGET_PREFIX}" | 33 | export CROSS_COMPILE = "${TARGET_PREFIX}" |
34 | 34 | ||
35 | LDFLAGS += "-Wl,-soname,libc.so" | 35 | LDFLAGS += "-Wl,-soname,libc.so" |
36 | 36 | ||