[ Julien Cristau ]
* Patch configure to correctly detect sparc machines, and thus align doubles
- on double-word boundaries (closes: #338437).
+ and 64-bit ints on double-word boundaries (closes: #338437).
- -- Julien Cristau <julien.cristau@ens-lyon.org> Tue, 3 Jan 2006 17:04:52 +0100
+ -- Julien Cristau <julien.cristau@ens-lyon.org> Wed, 4 Jan 2006 15:28:00 +0100
ocaml (3.09.0-4) unstable; urgency=low
# On Sparc V9 with certain versions of gcc, determination of double
# alignment is not reliable (PR#1521), hence force it.
# Same goes for hppa.
+@@ -434,7 +434,7 @@ esac
+
+ if $int64_native; then
+ case "$host" in
+- hppa*-*-*)
++ sparc*-*-*|hppa*-*-*)
+ if test $2 = 8; then
+ echo "64-bit integers can be word-aligned."
+ echo "#undef ARCH_ALIGN_INT64" >> m.h