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:
authorMarek Safar <marek.safar@gmail.com>2015-07-15 17:10:19 +0300
committerMarek Safar <marek.safar@gmail.com>2015-07-15 17:10:19 +0300
commitd44898a2308b06a1b51b646e519da1ac3daaf6b4 (patch)
tree20b7cc3aa0eb3de421fe6f05e641721f8eca9a59 /mcs/class/Mono.Simd
parentc4f0cacd96957616532d495f684dfddbd27dcd26 (diff)
[build] Switch to 4.6 profile as default profile
Diffstat (limited to 'mcs/class/Mono.Simd')
-rw-r--r--mcs/class/Mono.Simd/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/mcs/class/Mono.Simd/Makefile b/mcs/class/Mono.Simd/Makefile
index 17b2df2aabb..3e394f9287d 100644
--- a/mcs/class/Mono.Simd/Makefile
+++ b/mcs/class/Mono.Simd/Makefile
@@ -9,14 +9,5 @@ TEST_MCS_FLAGS = -r:Mono.Simd.dll
NO_TEST = yes
-
-# This is a .NET 2.0+ only assembly
-VALID_PROFILE := $(filter net_4_5, $(PROFILE))
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-Mono.Simd.dll
-NO_INSTALL = yes
-NO_TEST = yes
-endif
-
include ../../build/library.make