diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-17 09:57:52 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-17 09:57:52 +0000 |
commit | d1391f03869269e3fa6717876a92e6f6ba13c0c8 (patch) | |
tree | 1c3c365e67c64e1c568ec1f091e2ca130d886e0e /chapter06/glibc-inst.xml | |
parent | b920e4019adadb724acdac833e4d117211eac8fa (diff) |
Do "make -C ld install" instead of "make -C ld install-data-local" to install a whole new linker instead of just the new ldscripts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 099dc4dc9..56c5d92b6 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -4,10 +4,10 @@ <title>Glibc installation</title> <para>The Glibc build system is very well self-contained and will install -perfectly, even though our compiler specs file and linker scripts are still -pointing at <filename>/tools</filename>. We cannot adjust the specs and -ldscripts before the Glibc install, because the Glibc autoconf tests would then -give bogus results and thus defeat our goal of achieving a clean build.</para> +perfectly, even though our compiler specs file and linker are still pointing +at <filename>/tools</filename>. We cannot adjust the specs and linker before +the Glibc install, because the Glibc autoconf tests would then give bogus +results and thus defeat our goal of achieving a clean build.</para> <note><para>The testsuite for Glibc in this chapter is considered <emphasis> critical</emphasis>. Do not skip it under any circumstances.</para></note> |