On Tue, 2003-04-01 at 14:11, Grzegorz B. Prokopski wrote:
> W liście z wto, 01-04-2003, godz. 10:59, Grzegorz B. Prokopski pisze:
> > It took a bit longer than expected but in the end the "blind porting"
> > succeeded. All Debian arches on which sablevm's build-deps are
> > satisfied are now supported. There's 8 of them, namely:
> > 
> > i386, powerpc, ia64, s390, arm, sparc, alpha, m68k
> 
> Apparently we're the first ones that built gnu classpath on s390 and
> this small fix is needed to make it compile there:

I thought I already added to this to Classpath CVS in September last
year?

John Leuner

> --- sablevm-nativelib-1.0.8.orig/src/fdlibm/ieeefp.h
> +++ sablevm-nativelib-1.0.8/src/fdlibm/ieeefp.h
> @@ -19,6 +19,10 @@
>  #define __IEEE_BIG_ENDIAN
>  #endif
>  
> +#ifdef __s390__
> +#define __IEEE_BIG_ENDIAN
> +#endif
> +
>  #if defined (__sparc) || defined (__sparc__)
>  #define __IEEE_BIG_ENDIAN
>  #endif
> 
> this should go to the upstream too (Cc:ing)
> 
> Cheers,
> 
>                                       Grzegorz B. Prokopski
-- 
John Leuner <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to