mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* configure.in (target_libs): Include libstdc++ again.
* config.guess: Update from FSF (for FreeBSD).
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in (target_libs): Include libstdc++ again.
|
||||||
|
* config.guess: Update from FSF (for FreeBSD).
|
||||||
|
|
||||||
Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
|
Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (DEVO_SUPPORT): Include configure.bat and
|
* Makefile.in (DEVO_SUPPORT): Include configure.bat and
|
||||||
|
@ -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
|
# 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)
|
# the host libraries and the host tools (which may be a cross compiler)
|
||||||
#
|
#
|
||||||
target_libs="libm xiberty libgloss newlib libio librx libg++"
|
target_libs="libm xiberty libgloss newlib libio librx libstdc++ 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
|
# these tools are built using the target libs, and are intended to run only
|
||||||
|
Reference in New Issue
Block a user