diff options
author | Steve Chamberlain <sac@cygnus> | 1995-10-31 20:01:18 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-10-31 20:01:18 +0000 |
commit | 82dbdc50e7f3efd192102a6e798efd47ecf80ed9 (patch) | |
tree | a2911b6707279ad8a2323e227550a466168e429d /configure.in | |
parent | 2bd0aeb94102111f37f96753dee136bb004f11e0 (diff) | |
download | fsf-binutils-gdb-82dbdc50e7f3efd192102a6e798efd47ecf80ed9.zip fsf-binutils-gdb-82dbdc50e7f3efd192102a6e798efd47ecf80ed9.tar.gz fsf-binutils-gdb-82dbdc50e7f3efd192102a6e798efd47ecf80ed9.tar.bz2 |
* Makefile.in, configure.in: Make winsup builds work with
new scheme.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4e6af36..9301f89 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 |