Index: pydir/crosstest.py |
diff --git a/pydir/crosstest.py b/pydir/crosstest.py |
index 306f89401e287744e8623435d9af1d816c84c191..20cc349c568e29fc2168e436e26befa5d2fe32cd 100755 |
--- a/pydir/crosstest.py |
+++ b/pydir/crosstest.py |
@@ -199,14 +199,7 @@ def main(): |
).format(root=nacl_root, |
sb=get_sfi_string(args, 'sb', 'nonsfi', 'native'))) |
- # TODO(jpp): clean up stack hack related code. |
- needs_stack_hack = False |
target_params = [] |
- if needs_stack_hack: |
- shellcmd('{bin}/clang -g -o stack_hack.x8664.{key}.o -c ' |
- 'stack_hack.x8664.c'.format(bin=bindir, key=key)) |
- target_params.append('-DX8664_STACK_HACK') |
- target_params.append('stack_hack.x8664.{key}.o'.format(key=key)) |
if args.target == 'arm32': |
target_params.append('-DARM32') |