mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-07 04:21:13 +00:00
* configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
targets. * configure: Regenerate.
This commit is contained in:
parent
0d381245e3
commit
3f213f78ed
@ -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'
|
||||
|
2
gdb/testsuite/configure
vendored
2
gdb/testsuite/configure
vendored
@ -1457,6 +1457,8 @@ case $target in
|
||||
| *-sun-* \
|
||||
| hppa*-*-* \
|
||||
| *-*-elf* \
|
||||
| *-*-cygwin* \
|
||||
| *-*-mingw* \
|
||||
)
|
||||
with_stabs=yes ;;
|
||||
*)
|
||||
|
@ -46,6 +46,8 @@ case $target in
|
||||
| *-sun-* \
|
||||
| hppa*-*-* \
|
||||
| *-*-elf* \
|
||||
| *-*-cygwin* \
|
||||
| *-*-mingw* \
|
||||
)
|
||||
with_stabs=yes ;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user