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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-16 20:12:13 +0300
committerGitHub <noreply@github.com>2018-10-16 20:12:13 +0300
commit7a505f2e4005b1a47bba0d3e62f5ccde86f6fa25 (patch)
tree804997be0698b296d5fda9d80ec52c6642d547dd /mcs/class/Mono.CompilerServices.SymbolWriter
parent0fd450ac6b52ce60f8697a451a8c914e1b238ad4 (diff)
[mcs] Fix platform-specific build of "build" profile and remove more remnants of the "basic" profile (#11185)
The platform specific build got lost in 8d8fd97dbfc6f4213e0fe9fca7574808dd8496d3 but we need it for monolite. The remnants of the "basic" profile are no longer needed.
Diffstat (limited to 'mcs/class/Mono.CompilerServices.SymbolWriter')
-rw-r--r--mcs/class/Mono.CompilerServices.SymbolWriter/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/mcs/class/Mono.CompilerServices.SymbolWriter/Makefile b/mcs/class/Mono.CompilerServices.SymbolWriter/Makefile
index 3f46ca4c085..1ddf854e171 100644
--- a/mcs/class/Mono.CompilerServices.SymbolWriter/Makefile
+++ b/mcs/class/Mono.CompilerServices.SymbolWriter/Makefile
@@ -9,12 +9,6 @@ LIB_MCS_FLAGS =
NO_TEST = yes
-ifneq (basic, $(PROFILE))
-USE_BOOT_COMPILE = yes
-endif
-
-ifdef USE_BOOT_COMPILE
LIBRARY_COMPILE = $(BOOT_COMPILE)
-endif
include ../../build/library.make