# these tools are built for the host environment
# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
-@@ -251,7 +251,7 @@ fi
+@@ -257,7 +257,7 @@ fi
case ${with_x} in
yes | "") ;; # the default value for this tree is that X11 is available
no)
# We won't be able to build gdbtk without X.
enable_gdbtk=no
;;
-@@ -405,21 +405,6 @@ case "${host}" in
+@@ -411,21 +411,6 @@ case "${host}" in
configdirs="$configdirs libtermcap" ;;
esac
AC_ARG_ENABLE(libquadmath,
AS_HELP_STRING([--disable-libquadmath],
[do not build libquadmath directory]),
-@@ -946,7 +931,7 @@ case "${target}" in
+@@ -952,7 +937,7 @@ case "${target}" in
;;
# The tpf target doesn't support gdb yet.
*-*-tpf*)
;;
*-*-uclinux*)
noconfigdirs="$noconfigdirs target-rda"
-@@ -966,7 +951,7 @@ case "${target}" in
+@@ -972,7 +957,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
;;
arc*-*-*)
noconfigdirs="$noconfigdirs sim"
-@@ -1036,15 +1021,15 @@ case "${target}" in
+@@ -1042,15 +1027,15 @@ case "${target}" in
;;
ia64*-*-elf*)
# No gdb support yet.
;;
i[[3456789]]86-w64-mingw*)
;;
-@@ -1100,13 +1085,13 @@ case "${target}" in
+@@ -1106,13 +1091,13 @@ case "${target}" in
;;
powerpc*-*-winnt* | powerpc*-*-pe*)
target_configdirs="$target_configdirs target-winsup"
;;
powerpc-*-beos*)
noconfigdirs="$noconfigdirs gdb"
-@@ -2678,7 +2663,7 @@ if echo " ${target_configdirs} " | grep
+@@ -2684,7 +2669,7 @@ if echo " ${target_configdirs} " | grep
bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
fi
# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
# and in that case we want gdb to be built without tk. Ugh!
# In fact I believe gdb is the *only* package directly dependent on tk,
-@@ -2686,7 +2671,7 @@ fi
+@@ -2692,7 +2677,7 @@ fi
# leave out the maybe dependencies when enable_gdbtk is false. I'm not
# 100% sure that that's safe though.