diff options
Diffstat (limited to 'js/src/devtools/automation/variants/arm-sim-osx')
-rw-r--r-- | js/src/devtools/automation/variants/arm-sim-osx | 6 |
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 000000000..af193fc16 --- /dev/null +++ b/js/src/devtools/automation/variants/arm-sim-osx @@ -0,0 +1,6 @@ +{ + "configure-args": "--enable-stdcxx-compat --enable-simulator=arm --target=i686-apple-darwin10.0.0 --host=i686-apple-darwin10.0.0", + "optimize": true, + "debug": true, + "bits": 32 +} |