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
fad3d2c1b2
commit
11104e4297
3 changed files with 12 additions and 0 deletions
|
@ -1117,6 +1117,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
Add a link
Reference in a new issue