llvm: make with RTTI
This commit is contained in:
parent
56a145182e
commit
513601938e
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue