| Index: pydir/crosstest_generator.py
|
| diff --git a/pydir/crosstest_generator.py b/pydir/crosstest_generator.py
|
| index 2dbd6e0e3b4a3a3acb5ca0515fe577dc2656dae5..ef32a080b677a23a00bffaf450859e2df58a2b0f 100755
|
| --- a/pydir/crosstest_generator.py
|
| +++ b/pydir/crosstest_generator.py
|
| @@ -66,8 +66,9 @@ def main():
|
| flat_attrs += v
|
| arch_flags = { 'x8632': [],
|
| 'x8664': [],
|
| - # ARM doesn't have an ELF writer yet.
|
| - 'arm32': ['--filetype=iasm'] }
|
| + # ARM doesn't have an ELF writer yet, and iasm does not
|
| + # support sandboxing yet.
|
| + 'arm32': ['--filetype=asm'] }
|
| # all_keys is only used in the help text.
|
| all_keys = '; '.join([' '.join(targets), ' '.join(sandboxing),
|
| ' '.join(opt_levels), ' '.join(flat_attrs)])
|
|
|