mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user