Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sdks
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-08-16 14:27:20 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-08-16 14:27:20 +0300
commit3dd1e1d92abd6c5586dfacc81003dc5713800847 (patch)
tree70d37b85835d1f144be2dbd844232cbc1ab1534a /sdks
parent6b92aef33b89021e0b6c753bf5c3f9833b45fc4c (diff)
Revert "Merge pull request #10068 from kumpera/wasm-target-cleanup"
This reverts commit 5553faffcb99228389d53fc1e0450b273b765f2e, reversing changes made to 790e6f6ff9fa87ffaf9e94087f214b7996d5dc47.
Diffstat (limited to 'sdks')
-rw-r--r--sdks/builds/wasm.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdks/builds/wasm.mk b/sdks/builds/wasm.mk
index 934544d342e..38de6a70a80 100644
--- a/sdks/builds/wasm.mk
+++ b/sdks/builds/wasm.mk
@@ -4,6 +4,7 @@ SHELL:=/bin/bash
WASM_INTERP_CONFIGURE_FLAGS = \
--cache-file=$(TOP)/sdks/builds/wasm-interp.config.cache \
--prefix=$(TOP)/sdks/out/wasm-interp \
+ --enable-wasm \
--enable-interpreter \
--disable-mcs-build \
--disable-nls \
@@ -16,7 +17,7 @@ WASM_INTERP_CONFIGURE_FLAGS = \
--disable-visibility-hidden \
--enable-maintainer-mode \
--enable-minimal=ssa,com,jit,reflection_emit_save,reflection_emit,portability,assembly_remapping,attach,verifier,full_messages,appdomains,security,sgen_marksweep_conc,sgen_split_nursery,sgen_gc_bridge,logging,remoting,shared_perfcounters,sgen_debug_helpers,soft_debug \
- --host=wasm32
+ --host=i386-apple-darwin10
$(TOP)/sdks/builds/toolchains/emsdk: