aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1998-05-15 19:47:04 +0000
committerStu Grossman <grossman@cygnus>1998-05-15 19:47:04 +0000
commit6d2d3edc67694d6272de82044ef0b56df1d4368c (patch)
treee73b00365e77eae2803fad5e6c9298e0d890c13f /configure.in
parent312bba675477b4a9998bbf1c13a0e940efd0eeb5 (diff)
downloadgdb-6d2d3edc67694d6272de82044ef0b56df1d4368c.zip
gdb-6d2d3edc67694d6272de82044ef0b56df1d4368c.tar.gz
gdb-6d2d3edc67694d6272de82044ef0b56df1d4368c.tar.bz2
Sanitize Java.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8f2ebbe..e08eaa1 100644
--- a/configure.in
+++ b/configure.in
@@ -64,8 +64,17 @@ 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-libjava target-boehm-gc"
-
+target_libs="target-libiberty \
+ target-libgloss \
+ target-newlib \
+ target-libio \
+ target-librx \
+ target-libstdc++ \
+ ${start-sanitize-java}
+ target-libjava \
+ target-boehm-gc \
+ ${end-sanitize-java}
+ target-libg++"
# these tools are built using the target libs, and are intended to run only
# in the target environment