diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-05-14 22:44:01 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-05-14 22:44:01 +0800 |
commit | 7f25c8447d99d0ea9a88f822089300d06a500edb (patch) | |
tree | 21ff91ac89139ef4a0e72de21cc01bb487c2b57f /chapter05/glibc.xml | |
parent | 1b1acbed6533097e85c80dd85681cac1842d4b79 (diff) |
glibc: remove libc_cv_rtlddir override for now
Back to use the sed. Need to investigate later.
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index e3d77b8bf..79c65913a 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -80,8 +80,7 @@ cd build</userinput></screen> --build=$(../scripts/config.guess) \ --enable-kernel=&min-kernel; \ --with-headers=$LFS/usr/include \ - libc_cv_slibdir=/usr/lib \ - libc_cv_rtlddir=/usr/lib</userinput></screen> + libc_cv_slibdir=/usr/lib</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |