SHA256
1
0
forked from pool/llvm

Accepting request 308723 from home:oertel:branches:devel:tools:compiler

- fix build on s390x (one typo in ifarch and one change in filelist)

OBS-URL: https://build.opensuse.org/request/show/308723
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=415
This commit is contained in:
Ismail Dönmez 2015-05-26 17:23:06 +00:00 committed by Git OBS Bridge
parent ca247229cf
commit ec9c454eaf
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 26 11:54:49 CEST 2015 - ro@suse.de
- fix build on s390x (one typo in ifarch and one change in filelist)
-------------------------------------------------------------------
Mon May 25 13:59:37 UTC 2015 - idonmez@suse.com

View File

@ -213,7 +213,7 @@ sed -i s,'${CMAKE_SYSTEM_PROCESSOR}','"PowerPC"',g ../cmake/modules/AddLLVM.cmak
%define host_triple powerpc64le-suse-linux
sed -i s,'${CMAKE_SYSTEM_PROCESSOR}','"PowerPC"',g ../cmake/modules/AddLLVM.cmake
%endif
%ifarch 390x
%ifarch s390x
%define host_triple s390x-suse-linux
sed -i s,'${CMAKE_SYSTEM_PROCESSOR}','"SystemZ"',g ../cmake/modules/AddLLVM.cmake
%endif
@ -490,7 +490,9 @@ EOF
%{_libdir}/LLVMgold.so
%{_libdir}/bfd-plugins/
%{_libdir}/clang
%ifnarch s390x
%{_libdir}/clang/%{_release_version}/lib/linux/
%endif
%files -n libclang
%defattr(-,root,root,-)