libunwind: fix build with Sourcery G++

Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
Christopher Larson
2015-04-28 13:29:05 -07:00
parent c95d2ddbc0
commit 04c56641bf

View File

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