pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ocaml ARM assembler glue needs either Thumb or AR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2974127e92f
branches:  trunk
changeset: 641939:f2974127e92f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 21 14:15:20 2014 +0000

description:
ARM assembler glue needs either Thumb or ARMv6 with emulation for one
Thumb instruction. Go with FreeBSD and use the latter.

diffstat:

 lang/ocaml/distinfo                   |   3 ++-
 lang/ocaml/patches/patch-asmrun_arm.S |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 69901c244fb9 -r f2974127e92f lang/ocaml/distinfo
--- a/lang/ocaml/distinfo       Fri Nov 21 14:13:51 2014 +0000
+++ b/lang/ocaml/distinfo       Fri Nov 21 14:15:20 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.77 2014/10/13 13:24:45 jaapb Exp $
+$NetBSD: distinfo,v 1.78 2014/11/21 14:15:20 joerg Exp $
 
 SHA1 (ocaml-4.02.0.tar.gz) = 402d730d1c9b5e45b327a0b3fc61a24dff08a747
 RMD160 (ocaml-4.02.0.tar.gz) = 59c72f1378565d49e86be6723506d5b1e2eb376b
@@ -6,6 +6,7 @@
 SHA1 (patch-Makefile) = 0aea370689374398924724f1989158dc061c2a18
 SHA1 (patch-asmcomp_power_emit.mlp) = 726e09e4902b96f4790c7a8093eb245dd7028bf4
 SHA1 (patch-asmrun_Makefile) = b6301628b71e3fe3553f32342805ae90159cc773
+SHA1 (patch-asmrun_arm.S) = 5b06bb12190bfe7a003787098ddecc5b63e708c1
 SHA1 (patch-asmrun_power-bsd.S) = 5428a486835a0254a1768b3157b6b1fdf5ae8dd3
 SHA1 (patch-asmrun_signals_osdep.h) = d9dba52a3e1e0170976e64a1ef1860aa5ab560ae
 SHA1 (patch-byterun_Makefile) = 2b88b35e5ffcccc315542cb814b9e826126acb54
diff -r 69901c244fb9 -r f2974127e92f lang/ocaml/patches/patch-asmrun_arm.S
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ocaml/patches/patch-asmrun_arm.S     Fri Nov 21 14:15:20 2014 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-asmrun_arm.S,v 1.1 2014/11/21 14:15:20 joerg Exp $
+
+--- asmrun/arm.S.orig  2014-11-20 13:12:25.000000000 +0000
++++ asmrun/arm.S
+@@ -44,7 +44,7 @@
+         cmp     \reg, #0
+         beq     \lbl
+         .endm
+-#elif defined(SYS_freebsd)
++#elif defined(SYS_freebsd) || defined(SYS_netbsd)
+         .arch   armv6
+         .arm
+ 



Home | Main Index | Thread Index | Old Index