]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
gcc: toolchain stage 2: Set sysroot to /tools_${arch}
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 5 Aug 2021 13:48:48 +0000 (13:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Feb 2022 13:33:53 +0000 (13:33 +0000)
commit9682e4437d366ff564faafe3c162b5884f3d3d65
tree1a61de12e3d7211986c346321bc8e31e5dfeea25
parent7bf1468417505e676768f25f3ac41975c26caff0
gcc: toolchain stage 2: Set sysroot to /tools_${arch}

The stage 2 compiler was looking for libraries outside the bootstrapped
toolchain environment which causes that linked programs cannot be
executied because the runtime linker only looks for libraries inside the
toolchain environment.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/gcc