ubsan: m32c: left shift of negative value
[deliverable/binutils-gdb.git] / configure
index e02123c36f488d3cda075f335563506d2dd2fb14..91dc42f6c79021d80b9e78af74b8b7c1edebc420 100755 (executable)
--- a/configure
+++ b/configure
@@ -7341,12 +7341,12 @@ esac
 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
 
-# gdb depends on gnulib, but as nothing else does, only include it if
-# gdb is built.
+# gdb depends on gnulib and gdbsupport, but as nothing else does, only
+# include them if gdb is built.
 if echo " ${configdirs} " | grep " gdb " > /dev/null 2>&1 ; then
-  # The Makefile provides the ordering, so it's enough here to add
-  # gnulib to the list.
-  configdirs="${configdirs} gnulib"
+  # The Makefile provides the ordering, so it's enough here to add to
+  # the list.
+  configdirs="${configdirs} gnulib gdbsupport"
 fi
 
 # Strip out unwanted targets.
This page took 0.025659 seconds and 4 git commands to generate.