Rebuild LLVM with support for RTTI

The projects like Lightspark and may be others need it.
This commit is contained in:
Evgenii Shatokhin 2015-12-16 16:38:02 +03:00
parent 4393600447
commit aa9b11d7b5

View file

@ -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}