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: Grzegorz B. Prokopski
Subject: Re: [Sablevm-developer] 8 debian arches - patch
Date: 01 Apr 2003 15:11:28 +0200

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:

--- 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
-- 
Grzegorz B. Prokopski <address@hidden>
Debian http://www.debian.org/

Attachment: signature.asc
Description: PGP signature


reply via email to

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