* Makefile.in, configure.in: Make winsup builds work with

new scheme.
This commit is contained in:
Steve Chamberlain 1995-10-31 20:01:18 +00:00
parent 2bd0aeb941
commit 82dbdc50e7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +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="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++ target-winsup"
target_libs="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++"
# these tools are built using the target libs, and are intended to run only