From 82dbdc50e7f3efd192102a6e798efd47ecf80ed9 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 31 Oct 1995 20:01:18 +0000 Subject: [PATCH] * Makefile.in, configure.in: Make winsup builds work with new scheme. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2