mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
72e31090ee
Fixes #1520
22 lines
591 B
Diff
22 lines
591 B
Diff
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
|
|
index 27ee905..8174460 100644
|
|
--- 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 \
|