diff options
author | Per Bothner <per@bothner.com> | 1994-10-21 02:27:38 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1994-10-21 02:27:38 +0000 |
commit | 42fd5795387ca2bd8eb573155b17788c8181b09a (patch) | |
tree | 01a2879e8126b1c9cffab839a55ca18716a3750c /configure.in | |
parent | 3286598fcac0faacd74161809f4cfe9415259fdc (diff) | |
download | gdb-42fd5795387ca2bd8eb573155b17788c8181b09a.zip gdb-42fd5795387ca2bd8eb573155b17788c8181b09a.tar.gz gdb-42fd5795387ca2bd8eb573155b17788c8181b09a.tar.bz2 |
* configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cd9f403..ea11746 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,9 @@ 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 libgloss newlib libio librx libstdc++ libg++" +target_libs="libm xiberty libgloss newlib libio librx libg++" +# If you're using gcc-2.6.1, uncomment following line. +# target_libs="libm xiberty libgloss newlib libio librx libstdc++ libg++" # these tools are built using the target libs, and are intended to run only |