]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
binutils+gcc: Fix that the toolchain compiler is trying to link against host libraries
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 13 Aug 2021 11:09:56 +0000 (11:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Feb 2022 13:33:53 +0000 (13:33 +0000)
commitbe79927f181f20df5d9b6e6ea466a33460a7b783
tree5068172c4bd1028235c353615a28517babdc38dd
parent75bf5e38da8558f49b5ca2425b34737e1e5b4020
binutils+gcc: Fix that the toolchain compiler is trying to link against host libraries

Binutils and GCC were misconfigured and used host libraries to build
toolchain programs. That resulted in that those programs were correctly
linked, but could not be executed, because the runtime linker did not
search in the host system.

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