Index: pydir/crosstest.py |
diff --git a/pydir/crosstest.py b/pydir/crosstest.py |
index e30cabaedb2d8cf660aae3199870ae69b0f6feb0..1944eb2ba8ae91b0287a61b8fbe79146f470d8a8 100755 |
--- a/pydir/crosstest.py |
+++ b/pydir/crosstest.py |
@@ -110,7 +110,6 @@ if __name__ == '__main__': |
bitcode]) |
shellcmd(['llvm-mc', |
'-arch=' + arch_map[args.target], |
- '-x86-asm-syntax=intel', |
'-filetype=obj', |
'-o=' + obj_sz, |
asm_sz]) |