Since the pdp11-aout target does not support gdb, gdbserver or gprof these should be excluded in configure.
PR 25830 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11. * configure: Rebuild.
This commit is contained in:
parent
b90ff7a20b
commit
e6cbe9654d
3 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2020-04-21 Stephen Casner <casner@acm.org>
|
||||
|
||||
PR 25830
|
||||
* configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
|
||||
* configure: Rebuild.
|
||||
|
||||
2020-04-17 Martin Liska <mliska@suse.cz>
|
||||
Jonathan Yong <10walls@gmail.com>
|
||||
|
||||
|
|
3
configure
vendored
3
configure
vendored
|
@ -3929,6 +3929,9 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs ld gas gdb gprof sim"
|
||||
noconfigdirs="$noconfigdirs $target_libraries"
|
||||
;;
|
||||
pdp11-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb gprof"
|
||||
;;
|
||||
powerpc-*-aix*)
|
||||
# copied from rs6000-*-* entry
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
|
|
|
@ -1204,6 +1204,9 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs ld gas gdb gprof sim"
|
||||
noconfigdirs="$noconfigdirs $target_libraries"
|
||||
;;
|
||||
pdp11-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb gprof"
|
||||
;;
|
||||
powerpc-*-aix*)
|
||||
# copied from rs6000-*-* entry
|
||||
noconfigdirs="$noconfigdirs gprof"
|
||||
|
|
Loading…
Add table
Reference in a new issue