From: Steve Chamberlain Date: Tue, 31 Oct 1995 20:01:18 +0000 (+0000) Subject: * Makefile.in, configure.in: Make winsup builds work with X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82dbdc50e7f3efd192102a6e798efd47ecf80ed9;p=binutils-gdb.git * Makefile.in, configure.in: Make winsup builds work with new scheme. --- diff --git a/configure.in b/configure.in index 4e6af364ecb..9301f89da3e 100644 --- a/configure.in +++ b/configure.in @@ -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