Re: [PATCH, libbacktrace] SPU does not support fcntl
On Fri, Aug 28, 2015 at 9:53 AM, Ulrich Weigand wrote: > > * configure.ac: For spu-*-* targets, set have_fcntl to no. > * configure: Regenerate. This is OK. Thanks. Ian
[PATCH, libbacktrace] SPU does not support fcntl
Hello, one more compatibility problem showed up with libbacktrace on SPU: we do not have the fcntl routine. This does not cause any failure on building the library, but when linking the final executable. Fixed by disabling have_fcntl for SPU (just as is already done for mingw). Tested on x86_64