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
diff options
context:
space:
mode:
authorLudovic Henry <luhenry@microsoft.com>2018-04-12 00:27:15 +0300
committerGitHub <noreply@github.com>2018-04-12 00:27:15 +0300
commit4f2522e6f4b177f0c5e97cc9847c321543292bbd (patch)
tree37b05170e6c13f7ed01f0278f44afce031d97224 /runtime
parentaa729d19cbcbb7b7d22a2b8d0a18085173e78936 (diff)
[ci] Add {,hybrid,full}aot_llvm presets to make sure we compile with LLVM (#8053)
* [ci] Add {,hybrid,full}aot_llvm presets to make sure we compile with LLVM * [configure] Rename runtime_preset to runtime-preset * [bcl] Make sure we build the testing_aot_{hybrid,full} profiles when building all profiles * [test-runner] Factor test-runner parameters for picking up and passing arguments to the runtime * [hybridaot] Fix testing_aot_hybrid build * [mini-llvm-aot] Fix common race condition in parallel builds due to common defaults.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index afd71832d23..fa204020146 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -9,7 +9,7 @@ if INSTALL_4_x
symlinks += etc/mono/4.0/machine.config etc/mono/4.0/web.config etc/mono/4.5/web.config etc/mono/4.0/Browsers/Compat.browser etc/mono/4.5/Browsers/Compat.browser
endif
-# This is needed at least to build configure -with-runtime_preset=fullaot.
+# This is needed at least to build configure --with-runtime-preset=fullaot.
symlinks += etc/mono/4.5/machine.config
etc/mono/2.0/machine.config: $(top_srcdir)/data/net_2_0/machine.config