aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-25 19:04:56 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-25 19:04:56 +0000
commite079f166889aa5d757ae1f25b8e8fa121caf3586 (patch)
treedbc488021b6660e13b1dda1dc607fd6e67ba3467 /chapter05
parentadb10b0efdd3f705ab7db73171048bfdff7f7d28 (diff)
Remove unneeded symlink in gcc-pass1.
Update to util-linux-2.24.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10552 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-pass1.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 61cb8af15..38597341e 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -247,8 +247,8 @@ cd ../gcc-build</userinput></screen>
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>
-
- <para>Using <parameter>--disable-shared</parameter> means that the
+<!--
+ <para>Using <parameter>- -disable-shared</parameter> means that the
<filename>libgcc_eh.a</filename> file isn't created and installed. The
Glibc package depends on this library as it uses
<parameter>-lgcc_eh</parameter> within its build system. This dependency
@@ -257,7 +257,7 @@ cd ../gcc-build</userinput></screen>
<filename>libgcc_eh.a</filename>:</para>
<screen><userinput remap="install">ln -sv libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | sed 's/libgcc/&amp;_eh/'`</userinput></screen>
-
+-->
</sect2>
<sect2 role="content">