ocaml: update to 4.11.0.
This commit is contained in:
parent
c77281bde6
commit
2fa4983922
2 changed files with 8 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
||||||
--- ocaml-4.08.0/asmcomp/emitaux.ml
|
--- ocaml-4.11.0/asmcomp/emitaux.ml
|
||||||
+++ ocaml-4.08.0/asmcomp/emitaux.ml
|
+++ ocaml-4.11.0/asmcomp/emitaux.ml
|
||||||
@@ -213,6 +213,7 @@ let emit_frames a =
|
@@ -268,6 +268,7 @@
|
||||||
| None -> a.efa_word 0
|
match rdbg with
|
||||||
end
|
| [] -> assert false
|
||||||
in
|
| d :: rest -> emit rs d rest in
|
||||||
+ a.efa_align Arch.size_addr;
|
+ a.efa_align Arch.size_addr;
|
||||||
a.efa_word (List.length !frame_descriptors);
|
a.efa_word (List.length !frame_descriptors);
|
||||||
List.iter emit_frame !frame_descriptors;
|
List.iter emit_frame !frame_descriptors;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ocaml'
|
# Template file for 'ocaml'
|
||||||
pkgname=ocaml
|
pkgname=ocaml
|
||||||
version=4.10.0
|
version=4.11.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--with-pic --disable-force-safe-string"
|
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"
|
license="QPL-1.0, LGPL-2.1-only"
|
||||||
homepage="http://ocaml.org/"
|
homepage="http://ocaml.org/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=58bae0f0a79daf86ec755a173e593fef4ef588f15c6185993af88ceb9722bc39
|
checksum=060a26420ad868e192076138a103dbe28fa39d7a0a80f7db349a1d5143dea506
|
||||||
nocross=yes
|
nocross=yes
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue