aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-10-22 15:46:07 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-10-22 15:46:07 +0000
commit2c53f525a1d5bd1f7781f121e0b14a264e5c01f5 (patch)
tree18d78c1e5c0bf5ca36f1f957ba2a02a91e4b954c
parent268ab92cc154b51d1cb6a736095ddb6b8b3acd40 (diff)
Fix hard coded version of gcc in libffi
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11477 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/libffi.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/libffi.xml b/chapter06/libffi.xml
index c0aba3cd5..1ebee758d 100644
--- a/chapter06/libffi.xml
+++ b/chapter06/libffi.xml
@@ -69,7 +69,7 @@ sed -e '/^includedir/ s/=.*$/=@includedir@/' \
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-8.1.0/gcc/x86-Options.html'>
+ url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'>
the x86 options in the gcc manual</ulink>.</para>
</listitem>
</varlistentry>