diff options
author | DJ Delorie <dj@redhat.com> | 2002-05-31 19:42:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-05-31 19:42:41 +0000 |
commit | b9f8d4122b5b16219ae301bea76a5cd2a8a7caa5 (patch) | |
tree | 3b42d1abbf9128053e182acab6ddeb85c4439f07 /configure.in | |
parent | 9a79feed948830f5625224afcc31f31d8cd5679f (diff) | |
download | newlib-b9f8d4122b5b16219ae301bea76a5cd2a8a7caa5.zip newlib-b9f8d4122b5b16219ae301bea76a5cd2a8a7caa5.tar.gz newlib-b9f8d4122b5b16219ae301bea76a5cd2a8a7caa5.tar.bz2 |
* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
* configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1c63934..1246195 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ # these libraries are used by various programs built for the host environment # -host_libs="intl mmalloc libiberty opcodes bfd readline db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui zlib" +host_libs="intl mmalloc libiberty opcodes bfd readline db tcl tk tclX itcl tix libgui zlib" libstdcxx_version="target-libstdc++-v3" # Don't use libstdc++-v3's flags to configure/build itself. |