Originally reported in bug 859157. ``` $ ./toolchain.sh |& grep Failure * Failure - Expected: "-march=x86-64" Got: "-march=k8" Ver: 3.3 * Failure - Expected: "-march=c3" Got: "-march=c3-2" Ver: 3.3 * Failure - Expected: "" Got: "-mtune=generic" Ver: 3.4 * Failure - Expected: "" Got: "-mtune=anything" Ver: 3.3 * Failure - Expected: "-march=k6-2" Got: "-march=k6-2 -mtune=k8" Ver: 3.3 * Failure - Expected: "-march=k8" Got: "-march=k8 -mtune=generic" Ver: 3.4 * Failure - Expected: "-march=nocona" Got: "-march=native" Ver: 4.1 ```
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3fcf7b631e7afe04af8ac80bae2759d222d2de commit 0e3fcf7b631e7afe04af8ac80bae2759d222d2de Author: Sam James <sam@gentoo.org> AuthorDate: 2024-09-19 04:12:46 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-09-19 04:13:46 +0000 eclass/tests: fix toolchain.sh tests by dropping old GCC support eb49d171430cc2baffbf9d37493a78cc02b33fe2 dropped old GCC support but the tests weren't updated. Closes: https://bugs.gentoo.org/939817 Fixes: eb49d171430cc2baffbf9d37493a78cc02b33fe2 Signed-off-by: Sam James <sam@gentoo.org> eclass/tests/toolchain.sh | 17 ----------------- 1 file changed, 17 deletions(-)