diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-06 04:00:40 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-06 04:00:40 +0000 |
commit | 98c95f5392702d4174ba3f833c8e5dde0535c1b8 (patch) | |
tree | f7aa2e1549dcddc19740cd01093ef3417b46647c /entities | |
parent | 076ddfe40d5f38933668d83ca59f6b376a6de49b (diff) |
Chapter 5: Add new section "Toolchain technical notes". Integrate and scale back the old "Why we use static linking" section. Closes Bug 658.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2927 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities')
-rw-r--r-- | entities/chapter05.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entities/chapter05.ent b/entities/chapter05.ent index e0d0dfc24..0593644be 100644 --- a/entities/chapter05.ent +++ b/entities/chapter05.ent @@ -1,6 +1,6 @@ <!ENTITY chapter05 SYSTEM "../chapter05/chapter05.xml"> <!ENTITY c5-introduction SYSTEM "../chapter05/introduction.xml"> -<!ENTITY c5-whystatic SYSTEM "../chapter05/whystatic.xml"> +<!ENTITY c5-toolchaintechnotes SYSTEM "../chapter05/toolchaintechnotes.xml"> <!ENTITY c5-creatingtoolsdir SYSTEM "../chapter05/creatingstage1dir.xml"> <!ENTITY c5-addinguser SYSTEM "../chapter05/adding-user.xml"> <!ENTITY c5-settingenviron SYSTEM "../chapter05/setting-environment.xml"> |