mirror of
https://abf.rosa.ru/djam/llvm.git
synced 2025-02-24 00:32:49 +00:00
Rebuild LLVM with support for RTTI
The projects like Lightspark and may be others need it.
This commit is contained in:
parent
4393600447
commit
aa9b11d7b5
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
Summary: Low Level Virtual Machine (LLVM)
|
||||
Name: llvm
|
||||
Version: %{major_ver}.%{minor_ver}
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: NCSA
|
||||
Group: Development/Other
|
||||
Url: http://llvm.org/
|
||||
|
@ -458,7 +458,7 @@ sed -i 's|ActiveLibDir = ActivePrefix + "/lib"|ActiveLibDir = ActivePrefix + "/%
|
|||
sed -ri "/ifeq.*CompilerTargetArch/s#i386#i586#g" projects/compiler-rt/make/platform/clang_linux.mk
|
||||
cd build
|
||||
|
||||
%make
|
||||
%make REQUIRES_RTTI=1 VERBOSE=1
|
||||
|
||||
%install
|
||||
%if %{with ocaml}
|
||||
|
|
Loading…
Add table
Reference in a new issue