|
From: Jeremy F. <je...@go...> - 2005-02-01 08:00:24
|
On Tue, 2005-02-01 at 07:16 +0000, Tom Hughes wrote:
> In message <1107227702.4290.295.camel@localhost>
> Jeremy Fitzhardinge <je...@go...> wrote:
>
> > On Mon, 2005-01-31 at 16:13 +0100, Tom Hughes wrote:
> > > CVS commit by thughes:
> > >
> > > Make sure we can actually run a program that uses TLS variables before
> > > deciding that it is supported as we might have a system where the
> > > compiler support it but the dynamic loader doesn't.
> >
> > This breaks cross-compilation...
>
> Well do you have any better ideas? I have some machine where the
> compiler has TLS support but the programs won't actually run.
Hm. I guess do the compile-time test (which I wish was something better
than checking compiler versions), a runtime test (look for /lib/tls) and
if that fails, have a set of *.exp2 files for the "runtime doesn't
support TLS" case?
J
|