public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Since the pdp11-aout target does not support gdb, gdbserver or gprof these should be excluded in con
@ 2020-04-21  9:28 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2020-04-21  9:28 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=11104e4297b33e642bd509a07a3313210a0991aa

commit 11104e4297b33e642bd509a07a3313210a0991aa
Author: Stephen Casner <casner@acm.org>
Date:   Tue Apr 21 10:27:50 2020 +0100

    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.

Diff:
---
 ChangeLog    | 6 ++++++
 configure    | 3 +++
 configure.ac | 3 +++
 3 files changed, 12 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index c8683661a74..f79c3e8fb50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-03-12  Tom Tromey  <tom@tromey.com>
 
 	* Makefile.in: Rebuild.
diff --git a/configure b/configure
index 1c5403e9e4d..54d0339ab9e 100755
--- a/configure
+++ b/configure
@@ -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"
diff --git a/configure.ac b/configure.ac
index f3065091c26..a910c4fd6ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-21  9:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21  9:28 [binutils-gdb] Since the pdp11-aout target does not support gdb, gdbserver or gprof these should be excluded in con Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).