diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 19:42:41 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 19:42:41 +0000 |
commit | 02a5d82a25a12c599d9f38861a0405fbfdb2215e (patch) | |
tree | e9cccb9e0bdd47c3179f60021781c9b71f9d152d /configure.in | |
parent | f2663f8db94d867c04cacc36e539668ad4382a12 (diff) | |
download | gcc-02a5d82a25a12c599d9f38861a0405fbfdb2215e.tar.gz |
* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
* configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54117 138bc75d-0d04-0410-961f-82ee72b054a4
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 1c639345043..12461958756 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. |