From 8deb5c5fd6618a8602634e449a5217dd307524bc Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Sat, 5 Nov 1994 23:44:38 +0000 Subject: [PATCH] * configure.in (target_libs): Include libstdc++ again. * config.guess: Update from FSF (for FreeBSD). --- ChangeLog | 5 +++++ configure.in | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8f58622..59bda3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Nov 5 15:44:00 1994 Per Bothner + + * configure.in (target_libs): Include libstdc++ again. + * config.guess: Update from FSF (for FreeBSD). + Thu Nov 3 16:32:30 1994 Ken Raeburn * Makefile.in (DEVO_SUPPORT): Include configure.bat and 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 -- 2.7.4