diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-30 11:15:44 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-30 11:15:44 -0700 |
commit | 0cbf3f44082077c2ed2afe7f91db68dc53a4c922 (patch) | |
tree | 4cb420f839e01bb026b3f3974b848d3b0a3e03f2 /tools/shared.py | |
parent | 623871bc2baf67b385bdd031ed5ace682941de8d (diff) |
switch back to x86 target in preparation to merge to incoming
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/shared.py b/tools/shared.py index d215daad..6aa20872 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -398,8 +398,8 @@ except: # Additional compiler options # Target choice. Only one of these must be enabled, and synced with src/settings.js (TARGET_*) -LLVM_TARGET = 'le32-unknown-nacl' -#LLVM_TARGET = 'i386-pc-linux-gnu' +#LLVM_TARGET = 'le32-unknown-nacl' +LLVM_TARGET = 'i386-pc-linux-gnu' try: COMPILER_OPTS # Can be set in EM_CONFIG, optionally |