On Sat, May 10, 2008 at 11:51:19PM +0200, Bastian Blank
wrote:
> Linux/s390 uses s390 and s390x. But the correct way on
a Debian system
> is to use dpkg-architecture outside and the
architecture specific
> defines like __s390__ inside the compiler.
The following seems to work.
| #if defined __s390__
| # define POSH_CPU_S390 1
| # define POSH_CPU_STRING "S/390"
| #endif
Bastian
--
Only a fool fights in a burning house.
-- Kank the Klingon, "Day of the Dove", stardate
unknown
--
To UNSUBSCRIBE, email to debian-s390-REQUEST lists.debian.org
with a subject of "unsubscribe". Trouble? Contact
listmaster lists.debian.org
|