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"