From: Ian Lance Taylor Date: Wed, 14 Jul 1993 22:38:37 +0000 (+0000) Subject: * configure.in: If configured -with-stabs on any target, add X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6dc31f06c3c637058aee938b46dfb62758ba7711;p=binutils-gdb.git * configure.in: If configured -with-stabs on any target, add stabsdirs to configdirs. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8aa1c7523a3..54c0837effd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com) + + * configure.in: If configured -with-stabs on any target, add + stabsdirs to configdirs. + Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * printcmds.exp: Change printf "%f\n" to printf "%f is fun" so diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index 9213572a540..8b52f26b977 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -60,6 +60,10 @@ rs6000-*-aix*) configdirs="${configdirs} ${stabsdirs}" ;; *-*-linux*) configdirs="${configdirs} ${stabsdirs}" ;; *-sun-*) configdirs="${configdirs} ${stabsdirs}" ;; +*) if [ x${with_stabs} = xyes ]; then + configdirs="${configdirs} ${stabsdirs}" + fi + ;; esac # link in the lib directory if needed