diff options
-rw-r--r-- | meta/recipes-support/libunwind/libunwind_1.8.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/libunwind/libunwind_1.8.1.bb b/meta/recipes-support/libunwind/libunwind_1.8.1.bb index b2c592b435..da87f3e3ee 100644 --- a/meta/recipes-support/libunwind/libunwind_1.8.1.bb +++ b/meta/recipes-support/libunwind/libunwind_1.8.1.bb | |||
@@ -33,6 +33,10 @@ EXTRA_OECONF = "--enable-static" | |||
33 | ARM_INSTRUCTION_SET:armv4 = "arm" | 33 | ARM_INSTRUCTION_SET:armv4 = "arm" |
34 | ARM_INSTRUCTION_SET:armv5 = "arm" | 34 | ARM_INSTRUCTION_SET:armv5 = "arm" |
35 | 35 | ||
36 | # With qemuarm64 and poky-tiny: | ||
37 | # ld: .libs/Gtest-trace: hidden symbol `__aarch64_cas8_acq_rel' in libgcc.a(cas_8_4.o) is referenced by DSO | ||
38 | LDFLAGS_SECTION_REMOVAL = "" | ||
39 | |||
36 | LDFLAGS += "-Wl,-z,relro,-z,now" | 40 | LDFLAGS += "-Wl,-z,relro,-z,now" |
37 | 41 | ||
38 | SECURITY_LDFLAGS:append:libc-musl = " -lssp_nonshared" | 42 | SECURITY_LDFLAGS:append:libc-musl = " -lssp_nonshared" |