Re: [Mono-dev] SGEN support when cross compiling

2013-08-27 Thread Bassam Tabbara
l.com>> Date: Tuesday, August 27, 2013 8:58 AM To: Bassam Tabbara mailto:bas...@symform.com>> Cc: "mono-devel-list@lists.ximian.com<mailto:mono-devel-list@lists.ximian.com>" mailto:mono-devel-list@lists.ximian.com>> Subject: Re: [Mono-dev] SGEN support when cros

Re: [Mono-dev] SGEN support when cross compiling

2013-08-27 Thread Rodrigo Kumpera
PM > > To: Bassam Tabbara > Cc: "mono-devel-list@lists.ximian.com" > Subject: Re: [Mono-dev] SGEN support when cross compiling > > Configure with --thread=pthread > > > On Mon, Aug 26, 2013 at 7:36 PM, Bassam Tabbara wrote: > >> Thanks Rodrigo. Is there a tri

Re: [Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Bassam Tabbara
l-list@lists.ximian.com>> Subject: Re: [Mono-dev] SGEN support when cross compiling Configure with --thread=pthread On Mon, Aug 26, 2013 at 7:36 PM, Bassam Tabbara mailto:bas...@symform.com>> wrote: Thanks Rodrigo. Is there a trick then to bypass the __thread check during configurati

Re: [Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Rodrigo Kumpera
3 4:30 PM > To: Bassam Tabbara > Cc: "mono-devel-list@lists.ximian.com" > Subject: Re: [Mono-dev] SGEN support when cross compiling > > sgen works fine on ARM and so does cross compiling to it. > > > On Mon, Aug 26, 2013 at 6:19 PM, Bassam Tabbara wrote: &g

Re: [Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Zoltan Varga
see this? > > From: Rodrigo Kumpera > Date: Monday, August 26, 2013 4:30 PM > To: Bassam Tabbara > Cc: "mono-devel-list@lists.ximian.com" > Subject: Re: [Mono-dev] SGEN support when cross compiling > > sgen works fine on ARM and so does cross compiling

Re: [Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Bassam Tabbara
gt;" mailto:mono-devel-list@lists.ximian.com>> Subject: Re: [Mono-dev] SGEN support when cross compiling sgen works fine on ARM and so does cross compiling to it. On Mon, Aug 26, 2013 at 6:19 PM, Bassam Tabbara mailto:bas...@symform.com>> wrote: Hello, I'm working in mono

Re: [Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Rodrigo Kumpera
sgen works fine on ARM and so does cross compiling to it. On Mon, Aug 26, 2013 at 6:19 PM, Bassam Tabbara wrote: > Hello, > > I'm working in mono master, and it looks like sgen is not support when > cross compiling. Sgen requiren with-tls=__thread and during configuration a > check is made if

[Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Bassam Tabbara
Hello, I'm working in mono master, and it looks like sgen is not support when cross compiling. Sgen requiren with-tls=__thread and during configuration a check is made if __thread is functioning and that fails with the following error when cross compiling: configure: error: cannot run test pro