From 60b23a6f5cdda494d55a3a186975220a744e6641 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 17 Apr 2016 00:04:19 +0000 Subject: Update to dejagnu-1.6. Update to linux-4.5.1. Wording change in Chapter 6 GCC. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11048 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index a61ff68fe..f89a810a9 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -40,11 +40,7 @@ Installation of GCC - The GCC documentation recommends building GCC in a dedicated build directory: mkdir -v build @@ -123,9 +119,9 @@ cd build make install - Some packages expect the C preprocessor to be installed in the - /lib directory. - To support those packages, create this symlink: + Create a symlink required by the FHS + for "historical" reasons. ln -sv ../usr/bin/cpp /lib -- cgit v1.2.3-54-g00ecf