Re: #define __linux__

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sun, 23 Aug 1998 13:32:07 +0100 (BST)


> >Now where is __linux__ set?? I can not find a singe define for this and
> >yet when I compile with the normal compiler its set.
>
> The compiler ought to define it automatically. If your cross compiler doesn't
> then it's broken.

That depends. If its a generic x86 cross compiler then its not broken. And
the fix is to either add -D__linux__ to the CFLAGS or to tweak the spec file
to define it.

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html