@@ -5,7 +5,7 @@ This repository contains an up-to-date Android toolchain featuring OCaml 4.04.0,
5
5
6
6
The supported build systems are 32-bit and 64-bit x86 Linux. The supported target systems are 32-bit x86 and ARM Android.
7
7
8
- If you need support for other platforms or versions, please [ open an issue] ( https://github.com/whitequark /opam-cross-android/issues ) .
8
+ If you need support for other platforms or versions, please [ open an issue] ( https://github.com/ocaml-cross /opam-cross-android/issues ) .
9
9
10
10
Prerequisites
11
11
-------------
@@ -19,7 +19,7 @@ Installation
19
19
20
20
Add this repository to OPAM:
21
21
22
- opam repository add android git ://github.com/whitequark /opam-cross-android
22
+ opam repository add android https ://github.com/ocaml-cross /opam-cross-android.git
23
23
24
24
On 64-bit build systems, switch to 32-bit compiler when compiling for 32-bit targets:
25
25
@@ -31,11 +31,6 @@ Otherwise, use a regular compiler; its version must match the version of the cro
31
31
opam switch 4.04.0
32
32
eval `opam config env`
33
33
34
- Pin some prerequisite packages that don't yet have fixes merged upstream:
35
-
36
- opam pin add ocamlbuild https://github.com/ocaml/ocamlbuild.git
37
- opam pin add topkg https://github.com/whitequark/topkg.git
38
-
39
34
Configure the compiler for ARM:
40
35
41
36
ARCH=arm SUBARCH=armv7 SYSTEM=linux_eabi \
@@ -72,7 +67,7 @@ If desired, request the compiler to be built with [flambda][] optimizers:
72
67
73
68
opam install conf-flambda-android
74
69
75
- [ flambda ] : https://caml.inria.fr/pub/docs/ manual-ocaml /flambda.html
70
+ [ flambda ] : https://ocaml.org/ manual/flambda.html
76
71
77
72
Install the compiler:
78
73
@@ -161,4 +156,4 @@ Some of the tricks in this repository were inspired by Jerome Vouillon's [opam-a
161
156
References
162
157
----------
163
158
164
- See also [ opam-cross-windows] ( https://github.com/whitequark /opam-cross-windows ) and [ opam-cross-ios] ( https://github.com/whitequark /opam-cross-ios ) .
159
+ See also [ opam-cross-windows] ( https://github.com/ocaml-cross /opam-cross-windows ) and [ opam-cross-ios] ( https://github.com/ocaml-cross /opam-cross-ios ) .
0 commit comments