aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2012-09-20 00:04:27 +0000
committerIan Lance Taylor <ian@airs.com>2012-09-20 00:04:27 +0000
commit2bf680c405655ff9bffa0b80e12e0d73cb7d799e (patch)
treeef1216d3b85104eab0ef3e406f53d352656e89c6 /configure
parentc7446506ca4dd36a54f902509a3b4efd408cc71c (diff)
downloadgdb-2bf680c405655ff9bffa0b80e12e0d73cb7d799e.zip
gdb-2bf680c405655ff9bffa0b80e12e0d73cb7d799e.tar.gz
gdb-2bf680c405655ff9bffa0b80e12e0d73cb7d799e.tar.bz2
* configure.ac (host_libs): Add libbacktrace.
(target_libraries): Add libbacktrace. * Makefile.def (host_modules): Add libbacktrace. (target_modules): Likewise. * configure, Makefile.in: Rebuild.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 72f9af3..727ff7c 100755
--- a/configure
+++ b/configure
@@ -2699,7 +2699,7 @@ build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
# these libraries are used by various programs built for the host environment
#
-host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
+host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
# these tools are built for the host environment
# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
@@ -2718,6 +2718,7 @@ 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 \