On 12/23/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> > >   GCC 4.1.1 [!cross]
> > >   GLib [cross,!ppc]
> > >
> > > This would indicate that one need to have GLib on the host if cross
> > > compiling (except if compiling for ppc), and that GCC should be
> > > ignored if doing a cross compilation.
> >
> > Oops, turns out that the syntax is not clear enough. I would have
> > interpreted the "," as an "or", not and "and". I think "or" is more
> > useful, or else [arm,ppc] does not make sense.
> >
> Yes, or is more useful, if we only are to use one operator. Perhaps
> introducing another operator for and, if we come to the conclussion
> that we need one.

Well, we can take the operators as defined in the C language:
  GLib [cross && !ppc]
  GCC [arm || sh4]

What do you think?

-- 
Lucas
powered by /dev/dsp
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to