diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-02 16:22:07 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-02 16:22:07 +0000 |
commit | c5be6346ba51965f9ee82804089ba6c606c7e038 (patch) | |
tree | 38800bec250f240324865ba6ba73f1c91d3562ab /chapter05 | |
parent | fd8ef110375ad49b202e62cf6f10ed3ab38b5781 (diff) |
Update several URLs in Chapter 3.
Fix typo in Chapter 5, libstdc++.
Removed obsolete reference to acinstall in automake section.
Removed obsolete reference to sbu home page in Chapter 4.
Update installed programs for gdbm.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10556 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/libstdc++.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml index 23d0a3a4a..d93f46bc5 100644 --- a/chapter05/libstdc++.xml +++ b/chapter05/libstdc++.xml @@ -93,7 +93,7 @@ cd ../gcc-build</userinput></screen> </varlistentry> <varlistentry> - <term><parameter>--with-gxx-include-dir=/tools/include/c++/&gcc-version;</parameter></term> + <term><parameter>--with-gxx-include-dir=/tools/$LFS_TGT/include/c++/&gcc-version;</parameter></term> <listitem> <para>This is the location where the standard include files are searched by the C++ compiler. In a normal build, this information |