From 04c56641bfaeb97c4415d201c42670ac03134483 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Tue, 28 Apr 2015 13:29:05 -0700 Subject: [PATCH] libunwind: fix build with Sourcery G++ Signed-off-by: Christopher Larson --- core/recipes-support/libunwind/libunwind_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/recipes-support/libunwind/libunwind_%.bbappend diff --git a/core/recipes-support/libunwind/libunwind_%.bbappend b/core/recipes-support/libunwind/libunwind_%.bbappend new file mode 100644 index 0000000..9920e7e --- /dev/null +++ b/core/recipes-support/libunwind/libunwind_%.bbappend @@ -0,0 +1,3 @@ +# For now, Sourcery G++ doesn't seem to have the gcc version which breaks the +# libunwind build, and it doesn't ship gold, we don't want to try to use it. +LDFLAGS_remove = "-fuse-ld=gold"