Recently, after testing, I committed a change to use new compiler on GCC architectures.
It turns out this was not needed, there's an issue with threaded compilation which manifests in:
- bin/EukHighConfidenceFilter ---
sh: cannot create bin/EukHighConfidenceFilter: No such file or directory
- bin/fasta2gsi ---
sh: cannot create bin/fasta2gsi: No such file or directory
- bin/sstofa ---
sh: cannot create bin/sstofa: No such file or directory
Remove USES=compiler:c11 and add MAKE_JOBS_UNSAFE=yes to fix it.
PR: 237848