]> git.pld-linux.org Git - packages/llvm.git/commitdiff
- sorted disable/enable configure options
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Mar 2012 08:49:51 +0000 (08:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    llvm.spec -> 1.31

llvm.spec

index dbf2bd3aad6464c853f9673ca090f24063af4635..d3ce22144ecf68324cc9ce06b3d67da4c59e7da0 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
@@ -264,16 +264,16 @@ cd obj
 bash ../%configure \
        --libdir=%{_libdir}/%{name} \
        --datadir=%{_datadir}/%{name}-%{version} \
+       --disable-assertions \
 %ifarch %{ix86}
-       --enable-pic=no \
+       --disable-pic \
 %endif
+       --disable-static \
+       --enable-bindings=%{?with_ocaml:ocaml}%{!?with_ocaml:none} \
+       --enable-debug-runtime \
 %if %{with apidocs}
        --enable-doxygen \
 %endif
-       --enable-bindings=%{?with_ocaml:ocaml}%{!?with_ocaml:none} \
-       --disable-static \
-       --disable-assertions \
-       --enable-debug-runtime \
        --enable-jit \
        --enable-optimized \
        --enable-shared \
This page took 0.036126 seconds and 4 git commands to generate.