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>2009-06-04 20:56:17 +0400
committerMarek Safar <marek.safar@gmail.com>2009-06-04 20:56:17 +0400
commit6f1d5e5874abfbd70df5716a9ed0078022b37fc2 (patch)
treed224fd861962d6ab46e0a8506700be33a6822eb3 /mcs/class/Mono.Simd
parent20a0fed11c7e909088b6d778bb6754353ad55f27 (diff)
More work on 4.0 profile
svn path=/trunk/mcs/; revision=135454
Diffstat (limited to 'mcs/class/Mono.Simd')
-rw-r--r--mcs/class/Mono.Simd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/Mono.Simd/Makefile b/mcs/class/Mono.Simd/Makefile
index 9acc06edfbf..676ffc72e5d 100644
--- a/mcs/class/Mono.Simd/Makefile
+++ b/mcs/class/Mono.Simd/Makefile
@@ -9,8 +9,8 @@ TEST_MCS_FLAGS = -r:Mono.Simd.dll
NO_TEST = yes
-# This is a .NET 2.0 only assembly
-VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0, $(PROFILE))
+# This is a .NET 2.0+ only assembly
+VALID_PROFILE := $(filter net_2_0 net_4_0, $(PROFILE))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-Mono.Simd.dll
NO_INSTALL = yes