]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PATCH v2 1/1] Ensure _UNDER_TEST executables are target based
authorMatthew Fortune <matthew.fortune@imgtec.com>
Fri, 26 Dec 2025 23:53:51 +0000 (16:53 -0700)
committerJeff Law <jeffrey.law@oss.qualcomm.com>
Fri, 26 Dec 2025 23:54:48 +0000 (16:54 -0700)
commitdc1d1a30fac35a39f7184beddca23aa8cd78161f
treedded6ffe0b5da8512d238fcbe017cab30e5a2577
parent4b618758b2bfe6d64932301fd4a77a8fc982b1b4
[PATCH v2 1/1] Ensure _UNDER_TEST executables are target based

This fixes an issue where some G++ tests need to use a C compiler as
well as C++ to build an LTO test.

contrib/
* test_installed: Use target to select default gcc/g++ etc.
under test.

Signed-off-by: Matthew Fortune <matthew.fortune@imgtec.com>
Signed-off-by: Faraz Shahbazker <fshahbazker@wavecomp.com>
Signed-off-by: Aleksandar Rakic <aleksandar.rakic@htecgroup.com>
contrib/test_installed