aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-01-07 01:24:52 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-01-07 01:24:52 +0000
commitb13a565e7515422cab2a77500a1d4d8d6efb6f49 (patch)
tree533b72fcbeea8c3fc12ac63cdf11fbd8346910b4 /configure.in
parentfc561ccda8391f191949ed570d8113ea0cf6d3d1 (diff)
downloadgdb-b13a565e7515422cab2a77500a1d4d8d6efb6f49.zip
gdb-b13a565e7515422cab2a77500a1d4d8d6efb6f49.tar.gz
gdb-b13a565e7515422cab2a77500a1d4d8d6efb6f49.tar.bz2
revert chill Sanitize patches
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 0d9397a..319e3b0 100644
--- a/configure.in
+++ b/configure.in
@@ -37,11 +37,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
# 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="libm xiberty newlib libg++"
-
-### start-sanitize-chill
-target-libs="${target_libs} chillrt"
-### end-sanitize-chill
+target_libs="libm xiberty newlib chillrt libg++"
# these tools are built using the target libs, and are intended to run only
# in the target environment. we currently have none.