diff options
author | Steve Chamberlain <sac@cygnus> | 1995-10-31 18:32:51 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-10-31 18:32:51 +0000 |
commit | 309dca2a1ebbe8270ab000f2cd4b145923eb43b2 (patch) | |
tree | eb85f623bb551874a82f6cc05216ff40cb0c3e6b /configure.in | |
parent | cbdf59ad431c604e90a3269d1195fc06738c3227 (diff) | |
download | gdb-309dca2a1ebbe8270ab000f2cd4b145923eb43b2.zip gdb-309dca2a1ebbe8270ab000f2cd4b145923eb43b2.tar.gz gdb-309dca2a1ebbe8270ab000f2cd4b145923eb43b2.tar.bz2 |
* Makefile.in, configure.in: Make winsup builds work with
new scheme.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 0d18965..4e6af36 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_libs="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++ target-winsup" # these tools are built using the target libs, and are intended to run only @@ -413,7 +413,7 @@ case "${target}" in # always build newlib. skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` # and winsup - configdirs="$configdirs winsup" + configdirs="$configdirs target-winsup" ;; i[345]86-*-pe) noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx" |