From a89ab79538224ca059d8a66a7b27470721d95b42 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 9 Jun 2020 07:57:40 +0000 Subject: Add an explanation for LD=ld in the final gcc configure parameters git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11909 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/gcc.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 9e4c53ec5..ad9f5418f 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -71,7 +71,16 @@ cd build for instructions on how to build all of GCC's supported languages. - The meaning of the new configure parameter: + The meaning of the new configure parameters: + + + LD=ld + + This parameter makes the configure script use the ld installed + by the binutils installed earlier in this chapter, rather than + the cross-built version which would otherwise be used. + + --with-system-zlib -- cgit v1.2.3-54-g00ecf