rust-llvm.inc: fix configure flags to match was rust uses

This fixes the assertion failure and allows 1.2.0 to successfully build
This commit is contained in:
Steven Walter
2015-08-19 15:21:52 -04:00
committed by Cody P Schafer
parent 0adfd73a7f
commit 811aafe962
+3 -1
View File
@@ -8,7 +8,9 @@ inherit autotools
EXTRA_OECONF += "--enable-targets=x86,x86_64,arm,aarch64,mips,powerpc"
EXTRA_OECONF += "--enable-optimized"
EXTRA_OECONF += "--disable-bindings"
EXTRA_OECONF += "--disable-assertions"
EXTRA_OECONF += "--disable-docs"
EXTRA_OECONF += "--enable-bindings=none"
EXTRA_OECONF += "--enable-keep-symbols"
do_install_append () {