
29 Sep
2021
29 Sep
'21
15:18
On Wednesday 2021-09-29 17:05, John Paul Adrian Glaubitz wrote:
I'm currently trying to cross-compile the Rust compiler on openSUSE but I'm running into the problem that the build system wants to invoke the cross-gcc compiler with the naming scheme $ARCH-linux-gnu-gcc where ARCH is the target architecture.
just don't spend any time on unripe software. mkdir bin ln -s /usr/bin/$ARCH-suse-linux-gcc bin/$ARCH-linux-gnu-gcc export PATH="$PWD/bin:$PATH"