- 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:
parent
b859c3e7af
commit
fa5e6ec205
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user