- Fix LLVMgold.so path for x86-64

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=90
This commit is contained in:
Ismail Dönmez 2011-11-07 09:17:59 +00:00 committed by Git OBS Bridge
parent b859c3e7af
commit fa5e6ec205
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 7 09:17:40 UTC 2011 - idonmez@suse.com
- Fix LLVMgold.so path for x86-64
-------------------------------------------------------------------
Sun Nov 6 22:03:12 UTC 2011 - idonmez@suse.com

View File

@ -137,6 +137,11 @@ This package contains vim plugins for LLVM like syntax highlighting.
sed -i s,SVN_REVISION,\"%{_revision}\",g tools/clang/lib/Basic/Version.cpp
# Nasty hardcoded path
%ifarch x86_64
sed -i s,/lib/LLVMgold.so,/lib64/LLVMgold.so, tools/clang/lib/Driver/Tools.cpp
%endif
%build
TOPLEVEL=$PWD
mkdir stage1 stage2