aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1995-11-18 01:43:37 +0000
committerJason Molenda <crash@cygnus>1995-11-18 01:43:37 +0000
commit77cd090ad55f6eeb74b8a0a0a83c4fa2e6663ac4 (patch)
tree03672380c10b464eeb8e87e6768904db3989c0ed /configure.in
parent15ec5b60e283bdd692f4244e0f4137b7631a724f (diff)
downloadgdb-77cd090ad55f6eeb74b8a0a0a83c4fa2e6663ac4.zip
gdb-77cd090ad55f6eeb74b8a0a0a83c4fa2e6663ac4.tar.gz
gdb-77cd090ad55f6eeb74b8a0a0a83c4fa2e6663ac4.tar.bz2
* configure.in (target_configdirs): add target-winsup only
for win32 target systems.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 50b4fa7..10d9214 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
@@ -407,6 +407,7 @@ case "${target}" in
i[345]86-*-win32)
# Can't build gdb for win32 if not native.
# make/glob's configure uses some AC_TRY_RUN type tests
+ target_configdirs="$target_configdirs target-winsup"
if [ x${is_cross_compiler} = xyes ]; then
noconfigdirs="$noconfigdirs gdb tk make"
fi