aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py4
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