]> git.ipfire.org Git - thirdparty/gcc.git/commit
libffi: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testin...
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 11 Sep 2023 08:50:00 +0000 (10:50 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 26 Oct 2023 16:03:07 +0000 (18:03 +0200)
commit967d4171b2eb0557e86ba28996423353f0f1b141
tree9ab24a1db25da5a5644002c69713a68058ab8c48
parent8a0fceee462ee2365e75d6c6014b512704f49c69
libffi: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR109951]

Similar to commit fb5d27be272b71fb9026224535fc73f125ce3be7
"libgomp: Consider '--with-build-sysroot=[...]' for target libraries' build-tree testing (instead of build-time 'CC' etc.) [PR91884, PR109951]",
this is commit a0b48358cb1e70e161a87ec5deb7a4b25defba6b
"libffi/test: Fix compilation for build sysroot" done differently,
avoiding build-tree testing use of any random gunk that may appear in
build-time 'CC', 'CXX'.

PR testsuite/109951
libffi/
* configure.ac: 'AC_SUBST(SYSROOT_CFLAGS_FOR_TARGET)'.
<local.exp>: Don't set 'CC_FOR_TARGET', 'CXX_FOR_TARGET', instead
set 'SYSROOT_CFLAGS_FOR_TARGET'.
* Makefile.in: Regenerate.
* configure: Likewise.
* include/Makefile.in: Likewise.
* man/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
* testsuite/lib/libffi.exp (libffi_target_compile): If
'--with-build-sysroot=[...]' was specified, use it for build-tree
testing.
libffi/Makefile.in
libffi/configure
libffi/configure.ac
libffi/include/Makefile.in
libffi/man/Makefile.in
libffi/testsuite/Makefile.in
libffi/testsuite/lib/libffi.exp