commit: 563ceb6fdb189b73229b21feed3423fc30f8ae3c
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 10 14:07:03 2015 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Tue Mar 10 14:07:03 2015 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=563ceb6f
dropped {arm,mips}-simulator configure args as they are not for jit simulators
for those platforms, but rather are to simulate those platforms on x86 in order
to test jit; bug 542754
eclass/mozconfig-v5.36.eclass | 3 ---
1 file changed, 3 deletions(-)
diff --git a/eclass/mozconfig-v5.36.eclass b/eclass/mozconfig-v5.36.eclass
index 0cab858..a79eb99 100644
--- a/eclass/mozconfig-v5.36.eclass
+++ b/eclass/mozconfig-v5.36.eclass
@@ -184,9 +184,6 @@ mozconfig_config() {
if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then
mozconfig_use_enable jit ion
- # Force jit simulators for mips and arm
- use jit && use arm && mozconfig_annotate ''
--enable-arm-simulator
- use jit && use mips && mozconfig_annotate ''
--enable-mips-simulator
fi
# These are enabled by default in all mozilla applications