diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-01-26 20:57:37 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-01-26 20:57:37 +0000 |
commit | db9b7cf06fee692fa06720c2e076eb8d056a907e (patch) | |
tree | c7ddf7124bba854668c0af14dcfaf7df836645f8 /chapter05/gcc-static-exp.sgml | |
parent | bd0c03232fca55e052e8f856d9bbb7d697f5767b (diff) |
Upgraded from gcc-2.95.2 to gcc-2.95.2.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@39 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-static-exp.sgml')
-rw-r--r-- | chapter05/gcc-static-exp.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-static-exp.sgml b/chapter05/gcc-static-exp.sgml index 62639d914..0bed24ed1 100644 --- a/chapter05/gcc-static-exp.sgml +++ b/chapter05/gcc-static-exp.sgml @@ -9,13 +9,13 @@ use the --enable-languages parameter. </para> <para> -<userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2/cpp cpp:</userinput> This +<userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp 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/cpp cpp:</userinput> This +<userinput>ln -s ../usr/lib/gcc-lib/*/2.95.2.1/cpp cpp:</userinput> This creates the $LFS/usr/lib/cpp symlink as there are packages that expect cpp to be in /usr/lib. </para> |