This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Disable bprob.exp for cross targets
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Eric Christopher <echristo at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 19 Sep 2003 20:42:43 -0400 (EDT)
- Subject: Re: [PATCH] Disable bprob.exp for cross targets
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
}
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! ;-)
brgds, H-P