From: Rolf Bjarne Kvinge Date: Thu, 19 Nov 2015 15:19:52 +0000 (+0100) Subject: Remove Thread API from the watch/tv runtime profiles as well. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=4f0cb955e9dec6724064cbc547d0a0fbed0d5d29 Remove Thread API from the watch/tv runtime profiles as well. --- diff --git a/mcs/build/profiles/monotouch_tv_runtime.make b/mcs/build/profiles/monotouch_tv_runtime.make index c6c98dcdc68..6ea1b4ab2d6 100644 --- a/mcs/build/profiles/monotouch_tv_runtime.make +++ b/mcs/build/profiles/monotouch_tv_runtime.make @@ -2,3 +2,6 @@ include $(topdir)/build/profiles/monotouch_runtime.make PROFILE_MCS_FLAGS += \ -d:MONOTOUCH_TV + +NO_THREAD_ABORT=1 +NO_THREAD_SUSPEND_RESUME=1 diff --git a/mcs/build/profiles/monotouch_watch_runtime.make b/mcs/build/profiles/monotouch_watch_runtime.make index 0a631823f98..920042750dd 100644 --- a/mcs/build/profiles/monotouch_watch_runtime.make +++ b/mcs/build/profiles/monotouch_watch_runtime.make @@ -2,3 +2,6 @@ include $(topdir)/build/profiles/monotouch_runtime.make PROFILE_MCS_FLAGS += \ -d:MONOTOUCH_WATCH + +NO_THREAD_ABORT=1 +NO_THREAD_SUSPEND_RESUME=1