ocaml: update to 4.11.0.

This commit is contained in:
Leah Neukirchen 2020-08-20 14:21:57 +02:00
parent c77281bde6
commit 2fa4983922
2 changed files with 8 additions and 8 deletions

View file

@ -1,9 +1,9 @@
--- ocaml-4.08.0/asmcomp/emitaux.ml
+++ ocaml-4.08.0/asmcomp/emitaux.ml
@@ -213,6 +213,7 @@ let emit_frames a =
| None -> a.efa_word 0
end
in
--- ocaml-4.11.0/asmcomp/emitaux.ml
+++ ocaml-4.11.0/asmcomp/emitaux.ml
@@ -268,6 +268,7 @@
match rdbg with
| [] -> assert false
| d :: rest -> emit rs d rest in
+ a.efa_align Arch.size_addr;
a.efa_word (List.length !frame_descriptors);
List.iter emit_frame !frame_descriptors;

View file

@ -1,6 +1,6 @@
# Template file for 'ocaml'
pkgname=ocaml
version=4.10.0
version=4.11.0
revision=1
build_style="gnu-configure"
configure_args="--with-pic --disable-force-safe-string"
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="QPL-1.0, LGPL-2.1-only"
homepage="http://ocaml.org/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
checksum=58bae0f0a79daf86ec755a173e593fef4ef588f15c6185993af88ceb9722bc39
checksum=060a26420ad868e192076138a103dbe28fa39d7a0a80f7db349a1d5143dea506
nocross=yes
patch_args="-Np1"