summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-05-20 12:44:25 -0400
committerAaron Bauman <bman@gentoo.org>2019-05-20 12:44:55 -0400
commit5bf3deba660fd6246244497a208e81e6e0f42c39 (patch)
treee7549726673593d0ddf307e36a69d7c02a7adc5f /profiles/arch
parentnet-dns/getdns: remove libressl and add gnutls USE flags (diff)
downloadgentoo-5bf3deba660fd6246244497a208e81e6e0f42c39.tar.gz
gentoo-5bf3deba660fd6246244497a208e81e6e0f42c39.tar.bz2
gentoo-5bf3deba660fd6246244497a208e81e6e0f42c39.zip
arm64/use.mask: add ocamlopt
* native compiler fails to build on arm64 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/arm64/use.mask4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index e730f1ed5372..a835dab8c8fe 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -26,6 +26,10 @@
-neon
-armvfp
+# Aaron Bauman <bman@gentoo.org> (20 May 2019)
+# Does not build on arm64
+ocamlopt
+
# Mart Raudsepp <leio@gentoo.org> (07 Jan 2019)
# Does not work on arm64 until dev-lang/luajit-2.1
# https://github.com/LuaJIT/LuaJIT/issues/26