summaryrefslogtreecommitdiffstats
path: root/js/src/devtools/automation/variants/arm-sim
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/devtools/automation/variants/arm-sim')
-rw-r--r--js/src/devtools/automation/variants/arm-sim6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/src/devtools/automation/variants/arm-sim b/js/src/devtools/automation/variants/arm-sim
new file mode 100644
index 000000000..20963b235
--- /dev/null
+++ b/js/src/devtools/automation/variants/arm-sim
@@ -0,0 +1,6 @@
+{
+ "configure-args": "--enable-stdcxx-compat --enable-simulator=arm --target=i686-pc-linux --host=i686-pc-linux",
+ "optimize": true,
+ "debug": true,
+ "bits": 32
+}