forked from Imagelibrary/binutils-gdb
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:
committed by
Nick Clifton
parent
fad3d2c1b2
commit
11104e4297
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user