From bc82645e958948a6aefd3147a0d7f712de9eaf6b Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 2 May 2003 18:20:20 +0000 Subject: Integrated Pure LFS - Phase 1 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/lockingglibc.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 chapter05/lockingglibc.xml (limited to 'chapter05/lockingglibc.xml') diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml new file mode 100644 index 000000000..7a784515e --- /dev/null +++ b/chapter05/lockingglibc.xml @@ -0,0 +1,21 @@ + +"Locking in" Glibc + + +   + + +Installation of Binutils + +make -C ld install-data-local + +SPECFILE=/stage1/lib/gcc-lib/i686-pc-linux-gnu/*/specs && +cp ${SPECFILE} ./XX && +sed 's@/lib/ld-linux.so.2@/stage1/lib/ld-linux.so.2@g' ./XX > ${SPECFILE} && +unset SPECFILE && +rm -f ./XX + + + + + -- cgit v1.2.3-54-g00ecf