]> 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>
Thu, 5 Aug 2021 13:48:48 +0000 (13:48 +0000)
commit551f5cddb4ac213d99d054f4ca671ed34ce60182
treebce98766a6fae58f4d3d4ef5ba7b81e25636dd7e
parent7cbb6f5965f8f34919d95f7c596ef0179698ca06
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