[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#474724: [DRE-maint] RC bug #474724



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


Reply to: