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-05-20 13:56:10 +0300
committerMarek Safar <marek.safar@gmail.com>2015-05-20 13:56:36 +0300
commit7215f95d584151ee91f6f59e77e06e3810024e5a (patch)
treebbdd6293d5663f49d80fbabdf83969f189e40bd3 /mcs/class/System.Xml.Linq
parent754395be235ee67df917421d3f86e3ff2458ee81 (diff)
[bcl] Mobile profiles fixes
Diffstat (limited to 'mcs/class/System.Xml.Linq')
-rw-r--r--mcs/class/System.Xml.Linq/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/mcs/class/System.Xml.Linq/Makefile b/mcs/class/System.Xml.Linq/Makefile
index e8218d7ed37..27326fd9ac6 100644
--- a/mcs/class/System.Xml.Linq/Makefile
+++ b/mcs/class/System.Xml.Linq/Makefile
@@ -6,21 +6,12 @@ LIBRARY = System.Xml.Linq.dll
LIB_REFS = System System.Core System.Xml System.Runtime.Serialization
LIB_MCS_FLAGS =
-ifneq (2.1, $(FRAMEWORK_VERSION))
-# This is a .NET 3.5+ only assembly, but built during the 2.0 build
-LIB_MCS_FLAGS += -d:NET_3_5 -nowarn:1720
+ifeq (2.1, $(FRAMEWORK_VERSION))
+LIB_MCS_FLAGS += -d:MONO_HYBRID_SYSTEM_XML
endif
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES =
-VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-System.Xml.Linq.dll
-NO_INSTALL = yes
-NO_SIGN_ASSEMBLY = yes
-NO_TEST = yes
-endif
-
include ../../build/library.make