aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-04-21 17:55:37 +0000
committerTom Tromey <tromey@redhat.com>1998-04-21 17:55:37 +0000
commit3970ecc71a0557bf41910411415f32b85c7fedcb (patch)
tree0ca8466d9d0210cd691a788a97fe06641c89c39d /configure.in
parent5fe24ce03a5692668f10891cfb413ca2878faa36 (diff)
downloadgdb-3970ecc71a0557bf41910411415f32b85c7fedcb.zip
gdb-3970ecc71a0557bf41910411415f32b85c7fedcb.tar.gz
gdb-3970ecc71a0557bf41910411415f32b85c7fedcb.tar.bz2
* Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
(CONFIGURE_TARGET_MODULES): Likewise. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (all-target-libjava): New target. (all-target-boehm-gc): Likewise. * configure.in (target_libs): Added libjava, boehm-gc.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c8f62a8..fbf5f55 100644
--- a/configure.in
+++ b/configure.in
@@ -61,7 +61,7 @@ host_tools="${host_tools} ilu vmake jstools"
# these libraries are built for the target environment, and are built after
# the host libraries and the host tools (which may be a cross compiler)
#
-target_libs="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++"
+target_libs="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++ target-libjava target-boehm-gc"
# these tools are built using the target libs, and are intended to run only