diff options
author | Stephen Casner <casner@acm.org> | 2020-04-21 10:27:50 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-04-21 10:27:50 +0100 |
commit | 11104e4297b33e642bd509a07a3313210a0991aa (patch) | |
tree | ccf06299a24a2cc55b8c975c405d94632f25254c /configure | |
parent | fad3d2c1b268735fe6bfa280a8e4e260fb0196a7 (diff) | |
download | fsf-binutils-gdb-11104e4297b33e642bd509a07a3313210a0991aa.zip fsf-binutils-gdb-11104e4297b33e642bd509a07a3313210a0991aa.tar.gz fsf-binutils-gdb-11104e4297b33e642bd509a07a3313210a0991aa.tar.bz2 |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3876,6 +3876,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" |