diff options
Diffstat (limited to 'chapter05/gcc-exp.xml')
-rw-r--r-- | chapter05/gcc-exp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index 0bed24ed1..f78113466 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -9,13 +9,13 @@ use the --enable-languages parameter. </para> <para> -<userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp cpp:</userinput> This +<userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp:</userinput> This creates the $LFS/lib/cpp symlink. Some packages explicitely try to find cpp in /lib. </para> <para> -<userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp cpp:</userinput> This +<userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp:</userinput> This creates the $LFS/usr/lib/cpp symlink as there are packages that expect cpp to be in /usr/lib. </para> |