Skip to content

Commit 0d2c8f5

Browse files
dra27talex5
authored andcommitted
Clarify the %{system} values for Linux
1 parent 432e103 commit 0d2c8f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib_eio_linux/dune

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
(name eio_linux)
33
(public_name eio_linux)
44
(enabled_if ; See https://github.com/ocaml/dune/issues/4895
5-
(or (= %{system} "linux") ; Linux-x86
6-
(= %{system} "linux_eabihf") ; Linux-arm32
7-
(= %{system} "linux_elf") ; Linux-x86_32
8-
(= %{system} "elf"))) ; Linux-ppc64
5+
(or (= %{system} "linux") ; Historically, just Linux-x86
6+
(= %{system} "linux_eabihf") ; Historically, Linux-arm32
7+
(= %{system} "linux_elf") ; Historically, Linux-x86_32
8+
(= %{system} "elf"))) ; Historically, Linux-ppc64
99
(foreign_stubs
1010
(language c)
1111
(flags :standard -D_LARGEFILE64_SOURCE)

0 commit comments

Comments
 (0)