]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit - lfs/gcc
gcc: toolchain stage 2: Set sysroot to /tools_${arch}
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Feb 2022 16:47:21 +0000 (16:47 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 5 Feb 2022 12:08:42 +0000 (12:08 +0000)
commit7c6bf38c05fb9ccf0d8d4e34f3448575f2b82899
treeb311a3e172eb73a49b2fc00767206af4778c6dd9
parentf31be321f5cfcd0a3c76976b7bd70973ff91768b
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