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 /chapter05/gcc-exp.xml | |
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 'chapter05/gcc-exp.xml')
-rw-r--r-- | chapter05/gcc-exp.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index 91d47bdd6..dc2e67bf2 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -12,13 +12,10 @@ prefix during ./configure. We pass the real install prefix during the make install command later.</para> <para><userinput>--enable-languages=c:</userinput> This builds the C -compiler. The C++ compiler will be built in chapter 6, when we rebuild +compiler. The C++ compiler will be built in Chapter 6, when we rebuild GCC. Other compilers are available as well. If they are needed, the --enable-languages parameter may be omitted.</para> -<para><userinput>--enable-threads=posix:</userinput> This enables C++ -exception handling for multithreaded code.</para> - <para><userinput>echo "#define HAVE_GAS_HIDDEN 1":</userinput> This defines the .hidden assembler directive so that we don't build a faulty Glibc later on.</para> |