[DRE-maint] RC bug #474724

Gunnar Wolf gwolf at gwolf.org
Fri May 9 18:44:20 UTC 2008


Paul van Tilburg dijo [Fri, May 09, 2008 at 11:03:24AM +0200]:
> Hello everyone,
> 
> I am at a conference this week and also away for the weekend.
> Could someone have a look at RC bug #474724 if you have the time?

Umh... Looks quite simple to solve - We would only have to add the
proper definition in posh.h before line 514:

#if !defined POSH_CPU_STRING
#  error POSH cannot determine target CPU
#  define POSH_CPU_STRING "Unknown" /* this is here for Doxygen's benefit */
#endif

POSH_CPU_STRING is defined in the immediate preceding lines (421
onwards), in this fashion:

#if defined ARM || defined __arm__ || defined _ARM
#  define POSH_CPU_STRONGARM 1
#  define POSH_CPU_STRING "ARM"
#endif

So we would only have to get (and I'm sorry, I'm completely lost in
this area) the proper CPU string for s390 and add it here. Blindly
asking Google makes me believe the proper string for the submitter's
environment (64-bit s390) is z900.

Greetings,

-- 
Gunnar Wolf - gwolf at gwolf.org - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF



More information about the Pkg-ruby-extras-maintainers mailing list