llvm: make with RTTI
This commit is contained in:
parent
56a145182e
commit
513601938e
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=llvm
|
pkgname=llvm
|
||||||
version=3.6.0
|
version=3.6.0
|
||||||
wrksrc="llvm-${version}.src"
|
wrksrc="llvm-${version}.src"
|
||||||
revision=2
|
revision=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
configure_args="--disable-expensive-checks --disable-debug-runtime
|
configure_args="--disable-expensive-checks --disable-debug-runtime
|
||||||
--enable-bindings=none --enable-optimized --enable-shared --enable-libffi
|
--enable-bindings=none --enable-optimized --enable-shared --enable-libffi
|
||||||
|
@ -88,7 +88,7 @@ do_configure() {
|
||||||
do_build() {
|
do_build() {
|
||||||
unset CC CXX CPP AR AS RANLIB CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
|
unset CC CXX CPP AR AS RANLIB CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
|
||||||
cd build
|
cd build
|
||||||
make ${makejobs}
|
make REQUIRES_RTTI=1 ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue