Re: Endianess testing?

2015-09-27 Thread Andrey Rahmatullin
On Sun, Sep 27, 2015 at 02:39:59PM +0200, Paul Wise wrote: > > how do I test the endianess of a system for the inclusion in > > debian/rules? > > In what context is this nessecary? I would expect whatever it is that > is needs this should be doing what it is doing in another way. I guess <877fndeg

Re: Endianess testing?

2015-09-27 Thread Paul Wise
On Sat, Sep 26, 2015 at 2:26 PM, Ole Streicher wrote: > how do I test the endianess of a system for the inclusion in > debian/rules? In what context is this nessecary? I would expect whatever it is that is needs this should be doing what it is doing in another way. -- bye, pabs https://wiki.de

Re: Endianess testing?

2015-09-26 Thread Jakub Wilk
* Ole Streicher , 2015-09-26, 14:26: how do I test the endianess of a system for the inclusion in debian/rules? lscpu | fgrep -q "Little Endian" comes in my mind; but is this safe? qemu-userland would probably report something wrong here? lscpu exists only on Linux, and it wouldn't do the r

Re: Endianess testing?

2015-09-26 Thread Rene Engelhard
On Sat, Sep 26, 2015 at 02:26:42PM +0200, Ole Streicher wrote: > how do I test the endianess of a system for the inclusion in > debian/rules? > > lscpu | fgrep -q "Little Endian" > > comes in my mind; but is this safe? qemu-userland would probably report > something wrong here? You don't need to

Endianess testing?

2015-09-26 Thread Ole Streicher
Hi, how do I test the endianess of a system for the inclusion in debian/rules? lscpu | fgrep -q "Little Endian" comes in my mind; but is this safe? qemu-userland would probably report something wrong here? Best regards Ole