Files
meta-external-toolchain/core/recipes-support/libunwind/libunwind_%.bbappend
Christopher Larson 04c56641bf libunwind: fix build with Sourcery G++
Signed-off-by: Christopher Larson <kergoth@gmail.com>
2015-04-28 13:29:05 -07:00

4 lines
188 B
Plaintext

# 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"