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 <[EMAIL PROTECTED]>
Debian http://www.debian.org/
signature.asc
Description: PGP signature
_______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

