[android] disable TLS on android/x86_64
authorRadek Doulik <rodo@xamarin.com>
Wed, 4 Feb 2015 16:09:17 +0000 (17:09 +0100)
committerRadek Doulik <rodo@xamarin.com>
Wed, 4 Feb 2015 16:16:22 +0000 (17:16 +0100)
commit598920ce3608a77e9813bafa8e956ccafc5da819
tree8a952653550602d8afbf340b6d5ce3141941988d
parent96eca3b925846def40af5ee6d296db0ba8ef27c2
[android] disable TLS on android/x86_64

 - otherwise we assert in sgen allocator
   in   sgen-gc.h:EMIT_TLS_ACCESS_NEXT_ADDR
   thru sgen-alloc.c:create_allocator
 - note that it is also disabled for ARM[64] and X86
   on android
mono/mini/mini-amd64.c