diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-25 16:46:40 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-25 16:46:40 -0800 |
commit | 34930dcad04e568406ac461355d76e8a9ea381fd (patch) | |
tree | d699baebac00d25b1ca77e0cdd4f8a548f8e742c /tools/shared.py | |
parent | 74e244046b058134f3e777ba3e2b0bc0166f6b54 (diff) |
fix i386 target usage and asm2.test_cube2hash
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index cb6c8402..b7a186fc 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -646,7 +646,6 @@ if LLVM_TARGET != 'asmjs-unknown-emscripten' and LLVM_TARGET != 'le32-unknown-na if LLVM_TARGET != 'asmjs-unknown-emscripten': COMPILER_OPTS += ['-fno-math-errno'] COMPILER_STANDARDIZATION_OPTS += ['-D__IEEE_LITTLE_ENDIAN'] -if LLVM_TARGET == 'le32-unknown-nacl': COMPILER_OPTS += ['-DEMSCRIPTEN', '-D__EMSCRIPTEN__', '-fno-math-errno', '-U__native_client__', '-U__pnacl__', '-U__ELF__'] |