aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/libffi.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-06-13 08:55:55 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-06-13 08:55:55 +0000
commit77d2cd8d437a6ba11e13ac0af109a887582e988b (patch)
tree485cafd860184d7a0fd87eedf50bfb3747ba42c7 /chapter08/libffi.xml
parentad15abd0c0eee1ed646e1de45a525c61d3508358 (diff)
- fix some gcc->GCC
- remove commented text in glibc (chap 5), and fix a directory location git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/libffi.xml')
-rw-r--r--chapter08/libffi.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/libffi.xml b/chapter08/libffi.xml
index 3b5347992..b6a49b122 100644
--- a/chapter08/libffi.xml
+++ b/chapter08/libffi.xml
@@ -60,14 +60,14 @@
<varlistentry>
<term><parameter>--with-gcc-arch=native</parameter></term>
<listitem>
- <para>Ensure gcc optimizes for the current system. If this
+ <para>Ensure GCC optimizes for the current system. If this
is not specified, the system is guessed and the code generated
may not be correct for some systems. If the generated code
will be copied from the native system to a less capable
system, use the less capable system as a parameter. For details
about alternative system types, see <ulink
url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'>
- the x86 options in the gcc manual</ulink>.</para>
+ the x86 options in the GCC manual</ulink>.</para>
</listitem>
</varlistentry>