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/mcs/build
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-07 21:23:25 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-09 13:53:14 +0300
commit8697b31082e5f21447e46c4cf4389ec950a645a3 (patch)
tree5906444ce0c620b3016e6c2c37c4af8c0f404d0a /mcs/build
parentd7174c9aa6c7ccc431dfae3b788fede9d4a26b93 (diff)
[build] Remove EXTERNAL_MCS setting in platform Makefiles
Setting an explicit mcs is no longer supported by the rest of the build scripts.
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/platforms/linux.make1
-rw-r--r--mcs/build/platforms/macos.make1
-rw-r--r--mcs/build/platforms/unix.make1
-rw-r--r--mcs/build/platforms/win32.make1
4 files changed, 0 insertions, 4 deletions
diff --git a/mcs/build/platforms/linux.make b/mcs/build/platforms/linux.make
index f78050e2313..86fc5c57fed 100644
--- a/mcs/build/platforms/linux.make
+++ b/mcs/build/platforms/linux.make
@@ -8,7 +8,6 @@ PLATFORM_RUNTIME = $(RUNTIME)
PLATFORM_CORLIB = mscorlib.dll
PLATFORM_TEST_HARNESS_EXCLUDES =
-EXTERNAL_MCS = mcs
EXTERNAL_MBAS = mbas
EXTERNAL_RUNTIME = mono
#ILDISASM = monodis
diff --git a/mcs/build/platforms/macos.make b/mcs/build/platforms/macos.make
index 89f95f05513..789ce84256a 100644
--- a/mcs/build/platforms/macos.make
+++ b/mcs/build/platforms/macos.make
@@ -8,7 +8,6 @@ PLATFORM_RUNTIME = $(RUNTIME)
PLATFORM_CORLIB = mscorlib.dll
PLATFORM_TEST_HARNESS_EXCLUDES = NotOnMac
-EXTERNAL_MCS = mcs
EXTERNAL_MBAS = mbas
EXTERNAL_RUNTIME = mono
#ILDISASM = monodis
diff --git a/mcs/build/platforms/unix.make b/mcs/build/platforms/unix.make
index 4b76ae0d633..f297b2706b3 100644
--- a/mcs/build/platforms/unix.make
+++ b/mcs/build/platforms/unix.make
@@ -8,7 +8,6 @@ PLATFORM_RUNTIME = $(RUNTIME)
PLATFORM_CORLIB = mscorlib.dll
PLATFORM_TEST_HARNESS_EXCLUDES =
-EXTERNAL_MCS = mcs
EXTERNAL_MBAS = mbas
EXTERNAL_RUNTIME = mono
#ILDISASM = monodis
diff --git a/mcs/build/platforms/win32.make b/mcs/build/platforms/win32.make
index 7fedb2f01da..f6912d42d7f 100644
--- a/mcs/build/platforms/win32.make
+++ b/mcs/build/platforms/win32.make
@@ -8,7 +8,6 @@ PLATFORM_RUNTIME =
PLATFORM_CORLIB = mscorlib.dll
PLATFORM_TEST_HARNESS_EXCLUDES = NotOnWindows
-EXTERNAL_MCS = mcs
EXTERNAL_MBAS = vbc.exe
EXTERNAL_RUNTIME = mono