From d944136079d46b916ad124821d1b2a00e4414241 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 21 Apr 2010 20:16:28 +0000 Subject: Replaced deprecated w3.org XInclude throughout the book git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chapter06.xml | 126 ++++++++++++++++++++++++------------------------ chapter06/gcc.xml | 44 ++++++++--------- 2 files changed, 85 insertions(+), 85 deletions(-) (limited to 'chapter06') diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index c30f82bb0..a16819765 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -11,68 +11,68 @@ Installing Basic System Software - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 343939f95..588a66ad8 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -139,27 +139,27 @@ cd ../gcc-build that compiling and linking will work as expected. We do this by performing the same sanity checks as we did earlier in the chapter: - - - - - - @@ -176,13 +176,13 @@ cd ../gcc-build crt*.o files under the /usr/lib directory. - grep -B4 '^ /usr/include' dummy.log - @@ -200,15 +200,15 @@ cd ../gcc-build include-fixed directory, and that directory is required to be in place. - - - @@ -229,47 +229,47 @@ SEARCH_DIR("/usr/local/lib") SEARCH_DIR("/lib") SEARCH_DIR("/usr/lib"); - - - - - - - - - - - -- cgit v1.2.3-54-g00ecf