]> git.ipfire.org Git - 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, 4 Feb 2022 16:47:25 +0000 (16:47 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 5 Feb 2022 12:09:40 +0000 (12:09 +0000)
commite111b836b3f86c9ff34d09ab30c9daf4223965e7
treed4ef0f1fe6117f3184b1bd21d82d43f35cc200bf
parent173a4d546df3bc3c0a524cac26c3b5679e50f949
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