diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-20 20:38:44 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-29 13:01:58 -0700 |
commit | 049753ab9202598e4c1287f7b16cb55d46a795c2 (patch) | |
tree | 60fbb29a5b83a4e3b30e4cbbfb60e9514439a96a | |
parent | dee5b6982c450df75b1ad606a6c39d5f0a0858e6 (diff) |
use le32-unknown-nacl triple
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index 0dbae1d0..16da1ea3 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -402,7 +402,7 @@ except: COMPILER_OPTS = COMPILER_OPTS + ['-m32', '-U__i386__', '-U__i386', '-Ui386', '-U__SSE__', '-U__SSE_MATH__', '-U__SSE2__', '-U__SSE2_MATH__', '-U__MMX__', '-DEMSCRIPTEN', '-D__EMSCRIPTEN__', '-U__STRICT_ANSI__', - '-target', 'i386-pc-linux-gnu', '-D__IEEE_LITTLE_ENDIAN', '-fno-math-errno'] + '-target', 'le32-unknown-nacl', '-D__IEEE_LITTLE_ENDIAN', '-fno-math-errno'] USE_EMSDK = not os.environ.get('EMMAKEN_NO_SDK') |