]> git.pld-linux.org Git - packages/llvm.git/commitdiff
- unfortunately no ocaml bindings on x32
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 1 Mar 2015 12:19:09 +0000 (12:19 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 1 Mar 2015 12:19:09 +0000 (12:19 +0000)
llvm.spec

index c2db3956c5bd34c042ce4d4e862efe03668001d6..24310b90af4a534b5435b60dcb11e1f2fa2816de 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
@@ -8,8 +8,8 @@
 %bcond_with    apidocs # doxygen docs (HUGE, so they are not built by default)
 %bcond_with    tests   # run tests
 
-%ifarch s390 s390x sparc64
-# No ocaml on these arches
+%ifarch s390 s390x sparc64 x32
+# No ocaml on these arches or no native ocaml (required for ocaml-ctypes)
 %undefine      with_ocaml
 %endif
 
This page took 0.029647 seconds and 4 git commands to generate.