public inbox for rda@sourceware.org
 help / color / mirror / Atom feed
* Re: (committed toplevel patch) Make rda native-only
@ 2003-01-23 22:09 Nathanael Nerode
  2003-01-23 22:15 ` DJ Delorie
  0 siblings, 1 reply; 6+ messages in thread
From: Nathanael Nerode @ 2003-01-23 22:09 UTC (permalink / raw)
  To: aoliva, gdb-patches, binutils, gcc-patches, rda

Or I could invoke patch reversion and demand that RDA *not* be built 
from the top level, at least in GCC's version of the top level.  That 
also sounds entirely reasonable to me.

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: (committed toplevel patch) Make rda native-only
@ 2003-01-23 22:04 Nathanael Nerode
  2003-01-23 23:38 ` Alexandre Oliva
  0 siblings, 1 reply; 6+ messages in thread
From: Nathanael Nerode @ 2003-01-23 22:04 UTC (permalink / raw)
  To: aoliva, gdb-patches, binutils, gcc-patches, rda

Alex Oliva said:
>This is not right.  rda is supposed to work in a cross set up.  If it
>doesn't, there's something wrong for the particular target you're
>building, which you failed to mention.  That would be a bug in rda, or
>in the top level for failing to exclude rda from a broken set up.

i386-cygwin
powerpc-eabi
powerpc-linux

Need I go on?  RDA crashes cross configurations very consistently for 
me.  I'm sure it's a bug in RDA, but it's damaging my attempts to work 
on gcc, gdb, binutils, and anything else, and I'm not about to work on 
RDA.

I'll be happy to exclude RDA from building on every system I've ever 
tried to build a cross to, but that seemed more drastic.

--Nathanael

^ permalink raw reply	[flat|nested] 6+ messages in thread
* (committed toplevel patch) Make rda native-only
@ 2003-01-23 19:57 Nathanael Nerode
  2003-01-23 21:37 ` Alexandre Oliva
  0 siblings, 1 reply; 6+ messages in thread
From: Nathanael Nerode @ 2003-01-23 19:57 UTC (permalink / raw)
  To: gdb-patches, binutils, gcc-patches, rda

RDA doesn't build properly in cross configurations, which is screwing up
my tests of the rest of the tree whenever the rda directory is avaialbe.
I'm committing this as obvious.

	* configure.in: Make rda native-only.
	* configure: Regenerate.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.214
diff -u -r1.214 configure.in
--- configure.in	19 Jan 2003 23:44:27 -0000	1.214
+++ configure.in	23 Jan 2003 19:51:26 -0000
@@ -258,7 +257,7 @@
 
 # Some tools are only suitable for building in a "native" situation.
 # Remove these if host!=target.  
-native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf"
+native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf target-rda"
 
 # Similarly, some are only suitable for cross toolchains.
 # Remove these if host=target.

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

end of thread, other threads:[~2003-01-23 23:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-23 22:09 (committed toplevel patch) Make rda native-only Nathanael Nerode
2003-01-23 22:15 ` DJ Delorie
  -- strict thread matches above, loose matches on Subject: below --
2003-01-23 22:04 Nathanael Nerode
2003-01-23 23:38 ` Alexandre Oliva
2003-01-23 19:57 Nathanael Nerode
2003-01-23 21:37 ` Alexandre Oliva

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