-
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=106
This commit is contained in:
parent
d234ddfc3e
commit
09d7f5796a
@ -2,7 +2,7 @@
|
||||
Thu Dec 22 15:33:24 UTC 2011 - idonmez@suse.com
|
||||
|
||||
- Add clang-glibc2.14.patch to support glibc 2.14 headers
|
||||
- Install libprofile_rt.a
|
||||
- Install profile_rt.a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 13:19:22 UTC 2011 - idoenmez@suse.de
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define _revision 145598
|
||||
%define _release_version 3.0
|
||||
%define _supported_archs "ARM;X86"
|
||||
@ -336,7 +337,7 @@ rm -f %{buildroot}%{_libdir}/libEnhancedDisassembly.*
|
||||
%{_mandir}/man1/clang.1.gz
|
||||
%{_libdir}/libclang.so.*
|
||||
%{_libdir}/libLTO.a
|
||||
%{_libdir}/libprofile_rt.a
|
||||
%{_libdir}/*profile*.a
|
||||
%if 0%{?suse_version} >= 1220
|
||||
%{_libdir}/LLVMgold.so
|
||||
%endif
|
||||
@ -376,7 +377,7 @@ rm -f %{buildroot}%{_libdir}/libEnhancedDisassembly.*
|
||||
%{_libdir}/libclang.so
|
||||
%{_libdir}/libLTO.so
|
||||
%{_libdir}/libclang*.a
|
||||
%{_libdir}/libprofile_rt.so
|
||||
%{_libdir}/*profile*.so
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user