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


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