* 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; 8+ 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] 8+ messages in thread
* Re: (committed toplevel patch) Make rda native-only
2003-01-23 22:09 (committed toplevel patch) Make rda native-only Nathanael Nerode
@ 2003-01-23 22:15 ` DJ Delorie
0 siblings, 0 replies; 8+ messages in thread
From: DJ Delorie @ 2003-01-23 22:15 UTC (permalink / raw)
To: neroden; +Cc: 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.
That sounds quite drastic to me. If RDA doesn't build for you, take
it out of your local sources so it won't be built. As for patch
reversion rules, the patch to add rda to gcc's configury did not break
anything in the gcc build, so there's no cause to revert it.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: (committed toplevel patch) Make rda native-only
2003-01-24 2:08 ` Daniel Jacobowitz
@ 2003-01-24 2:11 ` DJ Delorie
0 siblings, 0 replies; 8+ messages in thread
From: DJ Delorie @ 2003-01-24 2:11 UTC (permalink / raw)
To: drow; +Cc: gdb-patches, binutils, gcc-patches
That reminds me of a similar problem in cygwin - a native libstdc++
build builds a program called "abi-check" but in a cygwin native
build, it's built *before* the cygwin runtime is, so the link always
fails (at least, if the just-built gcc is a different version than
host-gcc).
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: (committed toplevel patch) Make rda native-only
2003-01-23 23:38 ` Alexandre Oliva
@ 2003-01-24 2:08 ` Daniel Jacobowitz
2003-01-24 2:11 ` DJ Delorie
0 siblings, 1 reply; 8+ messages in thread
From: Daniel Jacobowitz @ 2003-01-24 2:08 UTC (permalink / raw)
To: gdb-patches, binutils, gcc-patches
On Thu, Jan 23, 2003 at 09:37:25PM -0200, Alexandre Oliva wrote:
> On Jan 23, 2003, Nathanael Nerode <neroden@twcny.rr.com> wrote:
>
> > i386-cygwin
> > powerpc-eabi
> > powerpc-linux
>
> > Need I go on?
>
> Yes, please. You forgot to explain what kind of error you're running
> into. I've been building rda in a cross build environment pretty much
> daily.
If I may hazard a guess, you're building cross compilers using a
sysroot or some other mechanism by which you've got target libc
available. Does newlib provide enough for RDA? And if you build a
powerpc-linux cross compiler, there's nothing to say you always have a
libc to link to. RDA is the only thing I see in the target_modules
list which is present in either src or gcc, and is not a library.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 8+ 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
2003-01-24 2:08 ` Daniel Jacobowitz
0 siblings, 1 reply; 8+ messages in thread
From: Alexandre Oliva @ 2003-01-23 23:38 UTC (permalink / raw)
To: Nathanael Nerode; +Cc: gdb-patches, binutils, gcc-patches, rda
On Jan 23, 2003, Nathanael Nerode <neroden@twcny.rr.com> wrote:
> i386-cygwin
> powerpc-eabi
> powerpc-linux
> Need I go on?
Yes, please. You forgot to explain what kind of error you're running
into. I've been building rda in a cross build environment pretty much
daily.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist Professional serial bug killer
^ permalink raw reply [flat|nested] 8+ 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; 8+ 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] 8+ messages in thread
* Re: (committed toplevel patch) Make rda native-only
2003-01-23 19:57 Nathanael Nerode
@ 2003-01-23 21:37 ` Alexandre Oliva
0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Oliva @ 2003-01-23 21:37 UTC (permalink / raw)
To: Nathanael Nerode; +Cc: gdb-patches, binutils, gcc-patches, rda
On Jan 23, 2003, Nathanael Nerode <neroden@twcny.rr.com> wrote:
> 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.
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.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist Professional serial bug killer
^ permalink raw reply [flat|nested] 8+ 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; 8+ 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] 8+ messages in thread
end of thread, other threads:[~2003-01-24 2:11 UTC | newest]
Thread overview: 8+ 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-24 2:08 ` Daniel Jacobowitz
2003-01-24 2:11 ` DJ Delorie
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