public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* PATCH: PR25830: Exclude gdb & gprof for pdp11
@ 2020-04-17 21:35 Stephen Casner
  2020-04-20 13:57 ` Simon Marchi
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Casner @ 2020-04-17 21:35 UTC (permalink / raw)
  To: binutils; +Cc: gdb-patches, gcc-patches

Since gdb and gprof are not supported for the pdp11-*-* target, I'd
like to exclude them from the build to save time (and as a side
benefit, avoid complications with conflicting iconv libraries in some
environments).

-- Steve

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-04-17  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.
--- 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] 2+ messages in thread

* Re: PATCH: PR25830: Exclude gdb & gprof for pdp11
  2020-04-17 21:35 PATCH: PR25830: Exclude gdb & gprof for pdp11 Stephen Casner
@ 2020-04-20 13:57 ` Simon Marchi
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Marchi @ 2020-04-20 13:57 UTC (permalink / raw)
  To: Stephen Casner, binutils; +Cc: gcc-patches, gdb-patches

On 2020-04-17 5:35 p.m., Stephen Casner wrote:
> Since gdb and gprof are not supported for the pdp11-*-* target, I'd
> like to exclude them from the build to save time (and as a side
> benefit, avoid complications with conflicting iconv libraries in some
> environments).

From the GDB point of view, this is ok.

Simon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-20 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-17 21:35 PATCH: PR25830: Exclude gdb & gprof for pdp11 Stephen Casner
2020-04-20 13:57 ` Simon Marchi

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).