AC_ARG_ENABLE(libquadmath,
AS_HELP_STRING([--disable-libquadmath],
[do not build libquadmath directory]),
-@@ -1049,7 +1034,7 @@ case "${target}" in
+@@ -1052,7 +1037,7 @@ case "${target}" in
;;
# The tpf target doesn't support gdb yet.
*-*-tpf*)
;;
*-*-uclinux*)
noconfigdirs="$noconfigdirs target-rda"
-@@ -1069,7 +1054,7 @@ case "${target}" in
+@@ -1072,7 +1057,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
;;
arc-*-*|arceb-*-*)
noconfigdirs="$noconfigdirs target-libgloss"
-@@ -1141,15 +1126,15 @@ case "${target}" in
+@@ -1144,15 +1129,15 @@ case "${target}" in
;;
ia64*-*-elf*)
# No gdb support yet.
;;
i[[3456789]]86-w64-mingw*)
;;
-@@ -1201,13 +1186,13 @@ case "${target}" in
+@@ -1204,13 +1189,13 @@ case "${target}" in
;;
powerpc*-*-winnt* | powerpc*-*-pe*)
target_configdirs="$target_configdirs target-winsup"
;;
powerpc-*-beos*)
noconfigdirs="$noconfigdirs gdb"
-@@ -2736,7 +2721,7 @@ if echo " ${target_configdirs} " | grep
+@@ -2749,7 +2734,7 @@ if echo " ${target_configdirs} " | grep
bootstrap_target_libs=${bootstrap_target_libs}target-libmpx,
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,
-@@ -2744,7 +2729,7 @@ fi
+@@ -2757,7 +2742,7 @@ fi
# leave out the maybe dependencies when enable_gdbtk is false. I'm not
# 100% sure that that's safe though.