* 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 674d034a77a736310da26e04663d1ade87248407..8b30f8c7dcd016bf47430359f34b18f07a8b3868 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 992737a59f8c39e3b07e5e1004d64882e19fbc50..fc6c49099e52b076277d36a706b4dc6148b598ac 100755 (executable)
@@ -1457,6 +1457,8 @@ case $target in
  | *-sun-*        \
  | hppa*-*-*      \
  | *-*-elf*       \
+ | *-*-cygwin*    \
+ | *-*-mingw*     \
  )
     with_stabs=yes ;;
  *)
index 25224aee8c78f164563cb3ee51067aa1351591d4..92f5f306732558060af04b79f5ed14225ec5dbaf 100644 (file)
@@ -46,6 +46,8 @@ case $target in
  | *-sun-*        \
  | hppa*-*-*      \
  | *-*-elf*       \
+ | *-*-cygwin*    \
+ | *-*-mingw*     \
  )
     with_stabs=yes ;;
  *)