[llvm] Run ldconfig on clang-libs not clang, Update ARMv7 config options

Peter Robinson pbrobinson at fedoraproject.org
Wed Feb 18 09:38:05 UTC 2015


commit 5aea06bdf020fd2fc750286d397e51e01a94a765
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Feb 18 09:37:45 2015 +0000

    Run ldconfig on clang-libs not clang, Update ARMv7 config options

 llvm.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index 8137ffc..107ff4a 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -35,7 +35,7 @@
 
 Name:           llvm
 Version:        3.5.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        The Low Level Virtual Machine
 
 Group:          Development/Languages
@@ -407,7 +407,7 @@ export CXX=g++
   --with-arch=armv7-a \
   --with-float=hard \
   --with-fpu=vfpv3-d16 \
-  --with-abi=aapcs-linux \
+  --with-abi=aapcs-vfp \
 %endif
   \
 %if %{with gold}
@@ -556,8 +556,8 @@ make -C tools/clang/test TESTARGS="-v -j4" | tee %{buildroot}%{llvmdocdir clang-
 %postun libs -p /sbin/ldconfig
 
 %if %{with clang}
-%post -n clang -p /sbin/ldconfig
-%postun -n clang -p /sbin/ldconfig
+%post -n clang-libs -p /sbin/ldconfig
+%postun -n clang-libs -p /sbin/ldconfig
 %endif
 
 %if %{with lldb}
@@ -699,6 +699,10 @@ exit 0
 %endif
 
 %changelog
+* Tue Feb 17 2015 Peter Robinson <pbrobinson at fedoraproject.org> 3.5.0-9
+- Run ldconfig on clang-libs not clang
+- Update ARMv7 config options
+
 * Tue Feb 17 2015 Richard W.M. Jones <rjones at redhat.com> - 3.5.0-8
 - ocaml-4.02.1 rebuild.
 


More information about the scm-commits mailing list