Skip to content

Commit ae78c96

Browse files
committed
Update README.md
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 405bbef commit ae78c96

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository contains an up-to-date Android toolchain featuring OCaml 4.04.0,
55

66
The supported build systems are 32-bit and 64-bit x86 Linux. The supported target systems are 32-bit x86 and ARM Android.
77

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).
99

1010
Prerequisites
1111
-------------
@@ -19,7 +19,7 @@ Installation
1919

2020
Add this repository to OPAM:
2121

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
2323

2424
On 64-bit build systems, switch to 32-bit compiler when compiling for 32-bit targets:
2525

@@ -31,11 +31,6 @@ Otherwise, use a regular compiler; its version must match the version of the cro
3131
opam switch 4.04.0
3232
eval `opam config env`
3333

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-
3934
Configure the compiler for ARM:
4035

4136
ARCH=arm SUBARCH=armv7 SYSTEM=linux_eabi \
@@ -72,7 +67,7 @@ If desired, request the compiler to be built with [flambda][] optimizers:
7267

7368
opam install conf-flambda-android
7469

75-
[flambda]: https://caml.inria.fr/pub/docs/manual-ocaml/flambda.html
70+
[flambda]: https://ocaml.org/manual/flambda.html
7671

7772
Install the compiler:
7873

@@ -161,4 +156,4 @@ Some of the tricks in this repository were inspired by Jerome Vouillon's [opam-a
161156
References
162157
----------
163158

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

Comments
 (0)