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:
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