| Index: pydir/crosstest_generator.py
|
| diff --git a/pydir/crosstest_generator.py b/pydir/crosstest_generator.py
|
| index 2dbd6e0e3b4a3a3acb5ca0515fe577dc2656dae5..6c2dd73d697f72379a2a5c4c2b402f3c71fdf4e0 100755
|
| --- a/pydir/crosstest_generator.py
|
| +++ b/pydir/crosstest_generator.py
|
| @@ -67,7 +67,7 @@ def main():
|
| arch_flags = { 'x8632': [],
|
| 'x8664': [],
|
| # ARM doesn't have an ELF writer yet.
|
| - 'arm32': ['--filetype=iasm'] }
|
| + '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)])
|
|
|