* configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW

targets.
	* configure: Regenerate.
This commit is contained in:
Pedro Alves 2007-09-23 13:56:56 +00:00
parent 0d381245e3
commit 3f213f78ed
3 changed files with 10 additions and 0 deletions

View 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'

View File

@ -1457,6 +1457,8 @@ case $target in
| *-sun-* \
| hppa*-*-* \
| *-*-elf* \
| *-*-cygwin* \
| *-*-mingw* \
)
with_stabs=yes ;;
*)

View File

@ -46,6 +46,8 @@ case $target in
| *-sun-* \
| hppa*-*-* \
| *-*-elf* \
| *-*-cygwin* \
| *-*-mingw* \
)
with_stabs=yes ;;
*)