classpath
[Top][All Lists]
Advanced

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

Re: [Sablevm-developer] 8 debian arches - patch


From: John Leuner
Subject: Re: [Sablevm-developer] 8 debian arches - patch
Date: 05 Apr 2003 14:37:17 +0100

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 <address@hidden>

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]