llvm: make with RTTI

This commit is contained in:
bougyman 2015-05-08 13:20:41 -05:00
parent 56a145182e
commit 513601938e
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
pkgname=llvm
version=3.6.0
wrksrc="llvm-${version}.src"
revision=2
revision=3
lib32disabled=yes
configure_args="--disable-expensive-checks --disable-debug-runtime
--enable-bindings=none --enable-optimized --enable-shared --enable-libffi
@ -88,7 +88,7 @@ do_configure() {
do_build() {
unset CC CXX CPP AR AS RANLIB CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
cd build
make ${makejobs}
make REQUIRES_RTTI=1 ${makejobs}
}
do_install() {