diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-20 21:11:28 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-20 21:11:28 +0000 |
commit | 26e62aa22dcb6ce6b63a5a21b44825ff19b2405e (patch) | |
tree | 019a059bdc24940a10f4571c4d6cf3cd88cfab4c /chapter06 | |
parent | eb7df24002f43d7b8ab45a2868a9dfe345a97551 (diff) |
Removed --enable-threads=posix from static gcc compilation. Fixed changelog and a number of typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/aboutdebug.xml | 2 | ||||
-rw-r--r-- | chapter06/bootscripts-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/changingowner.xml | 2 | ||||
-rw-r--r-- | chapter06/creatingdirs.xml | 2 | ||||
-rw-r--r-- | chapter06/gcc-exp.xml | 3 | ||||
-rw-r--r-- | chapter06/lilo-inst.xml | 2 |
6 files changed, 8 insertions, 5 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index 8d03387fe..726a54161 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -41,7 +41,7 @@ or ELF binary), run <userinput>strip --strip-debug filename</userinput>. Wildcards can be used to treat multiple files (use something like <userinput>strip --strip-debug $LFS/static/bin/*</userinput>).</para> -<para>For your convenience, chapter 9 includes one simple command to strip +<para>For your convenience, Chapter 9 includes one simple command to strip all debugging symbols from all programs and libraries on your system. Additional information on optimization you can find in the hint at <ulink url="&hints-root;optimization.txt"/>.</para> diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml index 36866b93d..1d5be4389 100644 --- a/chapter06/bootscripts-inst.xml +++ b/chapter06/bootscripts-inst.xml @@ -8,7 +8,7 @@ style init scripts, which may be found at <ulink url="&hints-root;bsd-init.txt"/>.</para> <para>If you decide to use BSD style, or some other style scripts, you can -skip chapter 7 when you arrive at it and move on to chapter 8.</para> +skip Chapter 7 when you arrive at it and move on to Chapter 8.</para> <para>Install LFS-Bootscripts by running the following command:</para> diff --git a/chapter06/changingowner.xml b/chapter06/changingowner.xml index b909b5207..8be1d39f0 100644 --- a/chapter06/changingowner.xml +++ b/chapter06/changingowner.xml @@ -3,7 +3,7 @@ <?dbhtml filename="changingowner.html" dir="chapter06"?> <para>The first thing we'll do, now that we're <emphasis>root</emphasis>, -is change the ownership of the files and directories installed in chapter 5 +is change the ownership of the files and directories installed in Chapter 5 to root -- because when later we don't delete the <filename class="directory">/static</filename> directory and start adding new users, one of these users might end up owning the statically linked diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index 61bff49f5..0b149bfb2 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -39,7 +39,7 @@ cannot remove other users's files from them. The latter is prohibited by the so-called "sticky bit" -- the highest bit in the 1777 bit mask.</para> <para>Now that the directories are created, move the source tarballs that -were downloaded in chapter 3 to some subdirectory under +were downloaded in Chapter 3 to some subdirectory under <filename class="directory">/usr/src</filename> (you will have to create the desired subdirectory yourself).</para> diff --git a/chapter06/gcc-exp.xml b/chapter06/gcc-exp.xml index bb80d3893..c7777438b 100644 --- a/chapter06/gcc-exp.xml +++ b/chapter06/gcc-exp.xml @@ -1,6 +1,9 @@ <sect2> <title>Command explanations</title> +<para><userinput>--enable-threads=posix:</userinput> This enables C++ +exception handling for multithreaded code.</para> + <para><userinput>--enable-__cxa_atexit:</userinput> This option will result in C++ shared libraries and C++ programs that are interoperable with other linux distributions.</para> diff --git a/chapter06/lilo-inst.xml b/chapter06/lilo-inst.xml index c0915fef0..55d3389a8 100644 --- a/chapter06/lilo-inst.xml +++ b/chapter06/lilo-inst.xml @@ -18,7 +18,7 @@ all, you should try to remove the -g value from the CFLAGS variable in the <para>At the end of the installation the make install process will print a message stating that /sbin/lilo has to be executed to complete the update. Don't do this, as it has no use: the /etc/lilo.conf isn't present -yet. We will complete the installation of lilo in chapter 8.</para> +yet. We will complete the installation of lilo in Chapter 8.</para> <para>The standard LILO prompt, or menu, may be replaced by the LFS logo, or any logo you like. Martin Imobersteg has written a |