Re: Does PGP build on big-endian systems?
> It shouldn't. The program get-endian.c is:
>
> #include <endian.h>
> #include <stdio.h>
>
> int main(void) {
> #if __BYTE_ORDER == __LITTLE_ENDIAN
> printf("little-endian\n");
> #else
> printf("big-endian\n");
> #endif
> return 0;
> }
>
> As far as I can tell, <endian.h> should define __BYTE_ORDER
> based on the target architecture (it is defined conditionally
> depending on which architecture-specific preprocessor symbol is
> defined, and that symbol depends on the target architecture),
> so the output should be correct for the target architecture,
> even if it is run on the source one.
Lars is perfectly right :-)
Roman
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org .
Trouble? e-mail to templin@bucknell.edu .
Reply to: