diff options
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 6 |
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/&_eh/'`</userinput></screen> - +--> </sect2> <sect2 role="content"> |