diff options
author | Per Bothner <per@bothner.com> | 1994-11-05 23:44:38 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1994-11-05 23:44:38 +0000 |
commit | 8deb5c5fd6618a8602634e449a5217dd307524bc (patch) | |
tree | fdc6b3d284508b1f312711ecf54bcce929a0ab65 /configure.in | |
parent | cb5f71282d27c28949f1cd8d888104c1a83af192 (diff) | |
download | gdb-8deb5c5fd6618a8602634e449a5217dd307524bc.zip gdb-8deb5c5fd6618a8602634e449a5217dd307524bc.tar.gz gdb-8deb5c5fd6618a8602634e449a5217dd307524bc.tar.bz2 |
* configure.in (target_libs): Include libstdc++ again.
* config.guess: Update from FSF (for FreeBSD).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 359b771..7fd40e8 100644 --- a/configure.in +++ b/configure.in @@ -42,9 +42,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 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++" +target_libs="libm xiberty libgloss newlib libio librx libstdc++ libg++" # these tools are built using the target libs, and are intended to run only |