https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109951

--- Comment #13 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Thomas Schwinge <tschwi...@gcc.gnu.org>:

https://gcc.gnu.org/g:967d4171b2eb0557e86ba28996423353f0f1b141

commit r14-4948-g967d4171b2eb0557e86ba28996423353f0f1b141
Author: Thomas Schwinge <tho...@codesourcery.com>
Date:   Mon Sep 11 10:50:00 2023 +0200

    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.
  • [Bug testsuite/109951] [14 Regr... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to