diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-20 12:44:25 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-20 12:44:55 -0400 |
commit | 5bf3deba660fd6246244497a208e81e6e0f42c39 (patch) | |
tree | e7549726673593d0ddf307e36a69d7c02a7adc5f /profiles | |
parent | net-dns/getdns: remove libressl and add gnutls USE flags (diff) | |
download | gentoo-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')
-rw-r--r-- | profiles/arch/arm64/use.mask | 4 |
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 |