This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Disable bprob.exp for cross targets


On Fri, 2003-09-19 at 17:42, Hans-Peter Nilsson wrote:
> On Thu, 18 Sep 2003, Eric Christopher wrote:
> > This has been bugging me for a while and can probably be reenabled
> > whenever anyone writes bprob support for cross targets. Right now though
> > it's just noise.
> >
> > OK? Objections?
> 
> Instead of wrapping everything in a new { } body, you
> could just
>  if ![isnative] {
>     return
>  }
> 

Heh. Good point.

> Well, if it wasn't for Joern saying that some crosses work,
> that is.
> 
> What's the noise you refer to? ...oh, I see, you need to add
> some istarget lines matching your cross targets! ;-)

Quite. Apparently almost all of them. I configured a combined/unified
tree this weekend for sh-elf and didn't get any passes for the sh tools.
The toolchain defaults to --with-headers and --with-newlib in this case
and so shouldn't be necessary on the command line. Joern could you
enlighten me a bit more please?

-- 
Eric Christopher <echristo@redhat.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]