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:
authorRodrigo Kumpera <kumpera@gmail.com>2018-08-10 03:33:00 +0300
committerRodrigo Kumpera <kumpera@gmail.com>2018-08-13 18:14:44 +0300
commiteece4e8d865dcafcf9fafd2ec3ab5dd660799907 (patch)
treed99df3505f505f167558aa8eefc046bf039a9295 /sdks
parentd8918ebd4a8d04eea960beaf69d2b73f5fc68022 (diff)
[wasm] Switch to wasm32 triplet instead of configure hack. Depends on automake 1.16.1.
Diffstat (limited to 'sdks')
-rw-r--r--sdks/builds/wasm.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sdks/builds/wasm.mk b/sdks/builds/wasm.mk
index 38de6a70a80..934544d342e 100644
--- a/sdks/builds/wasm.mk
+++ b/sdks/builds/wasm.mk
@@ -4,7 +4,6 @@ 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 \
@@ -17,7 +16,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=i386-apple-darwin10
+ --host=wasm32
$(TOP)/sdks/builds/toolchains/emsdk: