summaryrefslogtreecommitdiffstats
path: root/js/src/devtools/automation/variants/arm-sim-osx
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/devtools/automation/variants/arm-sim-osx')
-rw-r--r--js/src/devtools/automation/variants/arm-sim-osx6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/src/devtools/automation/variants/arm-sim-osx b/js/src/devtools/automation/variants/arm-sim-osx
new file mode 100644
index 0000000000..4e03dadd9f
--- /dev/null
+++ b/js/src/devtools/automation/variants/arm-sim-osx
@@ -0,0 +1,6 @@
+{
+ "configure-args": "--enable-simulator=arm --target=i686-apple-darwin10.0.0 --enable-rust-simd",
+ "optimize": true,
+ "debug": true,
+ "bits": 32
+}