add patch to fix multiarch support for RISC-V to all GCCcore 12.x and 13.x easyconfigs#20035
Conversation
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1978383314 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @bedroge |
|
@bedroge Can you try again on RISC-V using an updated |
I gave it a try, but unfortunately that didn't help. I'm still seeing this error in |
|
@bedroge Could it be related to static linking? See riscv-collab/riscv-gnu-toolchain#970 |
Not sure. It's This library is in the stage 1 installation (in the |
By setting $LIBRARY_PATH the installation did complete, but the sanity check failed with similar errors: Both |
|
Test report by @bedroge |
|
Test report by @boegel |
|
Test report by @bedroge |
|
Going in, thanks @bedroge! |
This fixes an issue where building GCC on RISC-V will fail due to:
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271 and https://bugs.gentoo.org/890636.
Also depends on easybuilders/easybuild-easyblocks#3256.