Re: BFD config.h correctly #undefs 'TLS' (my compiler is old), but then bfd.c uses it anyway. Result is build failure.

2024-11-27 Thread Gordon Steemson
Hello Nick, > On Nov 27, 2024, at 4:10 AM, Nick Clifton wrote: > > Hi Gordon, > > >> Result is build failure. > > What specifically fails ? My compiler encounters a __thread decorator and throws up its metaphorical hands, as it did not (yet?) support it for PowerPC at that time (Apple's las

BFD config.h correctly #undefs 'TLS' (my compiler is old), but then bfd.c uses it anyway. Result is build failure.

2024-11-07 Thread Gordon Steemson
s of thread-local storage, but I get the impression that optionally doing without it would be next to impossible given the way that bfd.c is written. Should the ./configure script be throwing up an error and refusing to proceed if TLS is not available? I don't know what the project's desi