aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGeoffrey Noer <noer@cygnus>1996-06-16 01:39:26 +0000
committerGeoffrey Noer <noer@cygnus>1996-06-16 01:39:26 +0000
commit5f8d8c91040ff55230f95742b2ca3acff53b1e84 (patch)
treeed92662dbd5dc644dbfbf884599ee27dd7814039 /configure.in
parent25c32773573eee739403bcb58620bb4714c99afc (diff)
downloadgdb-5f8d8c91040ff55230f95742b2ca3acff53b1e84.zip
gdb-5f8d8c91040ff55230f95742b2ca3acff53b1e84.tar.gz
gdb-5f8d8c91040ff55230f95742b2ca3acff53b1e84.tar.bz2
cygwin32 changes
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index a82bf01..ffd1c14 100644
--- a/configure.in
+++ b/configure.in
@@ -439,8 +439,8 @@ case "${target}" in
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
# Can't build gdb for cygwin32 if not native.
- case "${host}:${build}" in
- *-*-cygwin32 | *-*-cygwin32:*-*-cygwin32) ;; # keep gdb
+ case "${host}" in
+ *-*-cygwin32) ;; # keep gdb
*) noconfigdirs="$noconfigdirs gdb"
esac
;;
@@ -571,7 +571,7 @@ esac
# If we are building a Canadian Cross, discard tools that can not be built
# using a cross compiler. FIXME: These tools should be fixed.
if [ "${build}" != "${host}" ]; then
- noconfigdirs="$noconfigdirs expect dejagnu make texinfo diff"
+ noconfigdirs="$noconfigdirs expect dejagnu texinfo diff"
fi
# Make sure we don't let GNU ld be added if we didn't want it.