Re: autoconf 2.6.2 AC_C_BIGENDIAN misdetects ppc/linux system as universal

2008-06-29 Thread Arkadiusz Miskiewicz
On Wednesday 18 June 2008, Eric Blake wrote: According to Karsten Hopp on 6/11/2008 5:28 AM: | Arkadiusz Miskiewicz schrieb: Hello, Arkadiusz, Karsten, and adding Paul as the author of this particular change, | I'm having problem where my linux ppc is misdetected as universal | instead of

Re: autoconf 2.6.2 AC_C_BIGENDIAN misdetects ppc/linux system as universal

2008-06-18 Thread Stepan Kasal
Hello, On Tue, Jun 17, 2008 at 08:14:05PM -0600, Eric Blake wrote: I haven't had time to look into this further, but am at least responding so you know it hasn't fallen into a black hole. FWIIW, I'm working on a patch. Hope to finish and submit it soon. Stepan

Re: autoconf 2.6.2 AC_C_BIGENDIAN misdetects ppc/linux system as universal

2008-06-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Karsten Hopp on 6/11/2008 5:28 AM: | Arkadiusz Miskiewicz schrieb: Hello, Arkadiusz, Karsten, and adding Paul as the author of this particular change, | I'm having problem where my linux ppc is misdetected as universal | instead of big

Re: autoconf 2.6.2 AC_C_BIGENDIAN misdetects ppc/linux system as universal

2008-06-11 Thread Karsten Hopp
Arkadiusz Miskiewicz schrieb: I'm having problem where my linux ppc is misdetected as universal instead of big endian. +AC_COMPILE_IFELSE( + [AC_LANG_SOURCE( +[[#if ! (defined __BIG_ENDIAN__ || defined __LITLE_ENDIAN__) + neither is defined; + #endif +

autoconf 2.6.2 AC_C_BIGENDIAN misdetects ppc/linux system as universal

2008-06-10 Thread Arkadiusz Miskiewicz
I'm having problem where my linux ppc is misdetected as universal instead of big endian. +AC_COMPILE_IFELSE( + [AC_LANG_SOURCE( +[[#if ! (defined __BIG_ENDIAN__ || defined __LITLE_ENDIAN__) + neither is defined; + #endif +]])], +