diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libunwind/libunwind.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc index 1c342d3922..e4ae8df278 100644 --- a/meta/recipes-support/libunwind/libunwind.inc +++ b/meta/recipes-support/libunwind/libunwind.inc | |||
@@ -18,15 +18,6 @@ ATOMICOPS_armv5 = "-DAO_USE_PTHREAD_DEFS=1" | |||
18 | ATOMICOPS_armv4 = "-DAO_USE_PTHREAD_DEFS=1" | 18 | ATOMICOPS_armv4 = "-DAO_USE_PTHREAD_DEFS=1" |
19 | ATOMICOPS ?= "" | 19 | ATOMICOPS ?= "" |
20 | 20 | ||
21 | LDFLAGS_append_x86 = " -fuse-ld=gold" | ||
22 | LDFLAGS_append_x86-64 = " -fuse-ld=gold" | ||
23 | |||
24 | LDFLAGS_append_arm = " -fuse-ld=gold" | ||
25 | LDFLAGS_append_aarch64 = " -fuse-ld=gold" | ||
26 | |||
27 | LDFLAGS_append_powerpc = " -fuse-ld=gold -mbss-plt" | ||
28 | LDFLAGS_append_powerpc64 = " -fuse-ld=gold -mbss-plt" | ||
29 | |||
30 | SECURITY_LDFLAGS_append_libc-musl = " -lssp_nonshared -lssp" | 21 | SECURITY_LDFLAGS_append_libc-musl = " -lssp_nonshared -lssp" |
31 | 22 | ||
32 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |