From 1b1acbed6533097e85c80dd85681cac1842d4b79 Mon Sep 17 00:00:00 2001 From: "Thomas Trepl (Moody)" Date: Fri, 14 May 2021 12:54:44 +0200 Subject: Use /usr/lib for libc_cv_rtlddir --- chapter05/glibc.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter05/glibc.xml') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 8a28e4546..e3d77b8bf 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -81,7 +81,7 @@ cd build --enable-kernel=&min-kernel; \ --with-headers=$LFS/usr/include \ libc_cv_slibdir=/usr/lib \ - libc_cv_rtlddir=/lib + libc_cv_rtlddir=/usr/lib The meaning of the configure options: @@ -123,7 +123,7 @@ cd build - libc_cv_rtlddir=/lib + libc_cv_rtlddir=/usr/lib Fix hardcoded path to the executable loader in the ldd script. @@ -193,12 +193,12 @@ cd build - + At this point, it is imperative to stop and ensure that the basic functions (compiling and linking) of the new toolchain are working as -- cgit v1.2.3-54-g00ecf