* configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
authorPedro Alves <palves@redhat.com>
Sun, 23 Sep 2007 13:56:56 +0000 (13:56 +0000)
committerPedro Alves <palves@redhat.com>
Sun, 23 Sep 2007 13:56:56 +0000 (13:56 +0000)
targets.
* configure: Regenerate.

gdb/testsuite/ChangeLog
gdb/testsuite/configure
gdb/testsuite/configure.ac

index 674d034..8b30f8c 100644 (file)
@@ -1,3 +1,9 @@
+2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
+       targets.
+       * configure: Regenerate.
+
 2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
        
        * gdb.base/annota1.exp: Adjust for 'info break'
index 992737a..fc6c490 100755 (executable)
@@ -1457,6 +1457,8 @@ case $target in
  | *-sun-*        \
  | hppa*-*-*      \
  | *-*-elf*       \
+ | *-*-cygwin*    \
+ | *-*-mingw*     \
  )
     with_stabs=yes ;;
  *)
index 25224ae..92f5f30 100644 (file)
@@ -46,6 +46,8 @@ case $target in
  | *-sun-*        \
  | hppa*-*-*      \
  | *-*-elf*       \
+ | *-*-cygwin*    \
+ | *-*-mingw*     \
  )
     with_stabs=yes ;;
  *)