Merge pull request #2006 from steffen-kiess/posix-sockets-2
[mono.git] / mcs / build / profiles / monotouch_tv_runtime.make
index c6c98dcdc680a973f1f5f9c2a22c5ef9cc13828b..552442ac1291fdef30447ebd231f37d1ed133c20 100644 (file)
@@ -2,3 +2,9 @@ include $(topdir)/build/profiles/monotouch_runtime.make
 
 PROFILE_MCS_FLAGS += \
        -d:MONOTOUCH_TV
+
+NO_THREAD_ABORT=1
+NO_THREAD_SUSPEND_RESUME=1
+# The binding generator (btv) still needs to execute processes,
+# so we need a System.dll that can do that.
+#NO_PROCESS_START=1