2015-05-12 14:25:30 +00:00
|
|
|
target_libbacktrace.patch
|
|
|
|
|
|
|
|
From: Christian Prochaska <christian.prochaska@genode-labs.com>
|
|
|
|
|
|
|
|
Don't build libbacktrace, which needs a libc.
|
|
|
|
---
|
|
|
|
configure.ac | 1 -
|
|
|
|
1 file changed, 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
2015-05-13 10:33:21 +00:00
|
|
|
index 27ee905..8174460 100644
|
2015-05-12 14:25:30 +00:00
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
|
|
|
@@ -152,7 +152,6 @@ libgcj="target-libffi \
|
|
|
|
# the host libraries and the host tools (which may be a cross compiler)
|
|
|
|
# Note that libiberty is not a target library.
|
|
|
|
target_libraries="target-libgcc \
|
|
|
|
- target-libbacktrace \
|
|
|
|
target-libgloss \
|
|
|
|
target-newlib \
|
|
|
|
target-libgomp \
|