[PATCH v5 GCC] libffi/test: Fix compilation for build sysroot

2020-04-20 Thread Maciej W. Rozycki via Gcc-patches
Fix a problem with the libffi testsuite using a method to determine the compiler to use resulting in the tool being different from one the library has been built with, and causing a catastrophic failure from the inability to actually choose any compiler at all in a cross-compilation configurati

Re: [PATCH v5 GCC] libffi/test: Fix compilation for build sysroot

2020-04-29 Thread Jeff Law via Gcc-patches
On Sat, 2020-04-25 at 21:33 +0100, Maciej W. Rozycki wrote: > On Wed, 22 Apr 2020, Jeff Law wrote: > > > > libffi/ > > > * Makefile.am (DISTCLEANFILES): New variable. > > > * configure.ac: Produce `local.exp'. > > > * Makefile.in: Regenerate. > > > * configure: Regenerate. > > > * test

Re: [PATCH v5 GCC] libffi/test: Fix compilation for build sysroot

2020-04-29 Thread Florian Weimer
* Jeff Law via Libffi-discuss: > FWIW, I'm expecting Florian to be digging into some libffi stuff > relatively soon and once those issues are ironed out, there'll be a > push for a libffi upstream release -- which seems like a good place > to re-sync GCC to the upstream libffi master. I'm not goi

Re: [PATCH v5 GCC] libffi/test: Fix compilation for build sysroot

2020-04-22 Thread Jeff Law via Gcc-patches
On Mon, 2020-04-20 at 14:18 +0100, Maciej W. Rozycki wrote: > Fix a problem with the libffi testsuite using a method to determine the > compiler to use resulting in the tool being different from one the > library has been built with, and causing a catastrophic failure from the > inability to act

Re: [PATCH v5 GCC] libffi/test: Fix compilation for build sysroot

2020-04-25 Thread Maciej W. Rozycki via Gcc-patches
On Wed, 22 Apr 2020, Jeff Law wrote: > > libffi/ > > * Makefile.am (DISTCLEANFILES): New variable. > > * configure.ac: Produce `local.exp'. > > * Makefile.in: Regenerate. > > * configure: Regenerate. > > * testsuite/Makefile.am (EXTRA_DEJAGNU_SITE_CONFIG): New > > vari

libffi: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR109951] (was: [PATCH v5 GCC] libffi/test: Fix compilation for build sysroot)

2023-09-12 Thread Thomas Schwinge
Hi! On 2020-04-20T14:18:40+0100, "Maciej W. Rozycki via Gcc-patches" wrote: > Fix a problem with the libffi testsuite using a method to determine the > compiler to use resulting in the tool being different from one the > library has been built with, and causing a catastrophic failure from the >