mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Remove unneeded gcc patch
This commit is contained in:
parent
e99d2b6786
commit
e6d0be69b6
@ -112,16 +112,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
||||||
<itemizedlist spacing="compact">
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Required patch:
|
|
||||||
<ulink url="&patch-root;/gcc-&gcc-version;-upstream_fixes-1.patch"/>
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist>
|
|
||||||
|
|
||||||
<bridgehead renderas="sect3">GCC Dependencies</bridgehead>
|
<bridgehead renderas="sect3">GCC Dependencies</bridgehead>
|
||||||
<!--
|
<!--
|
||||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||||
@ -178,16 +168,10 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Install <application>GCC</application> by running the following commands.
|
Install <application>GCC</application> by running the following commands:
|
||||||
<!-- dropping the patch in really needs an explanation, but does
|
|
||||||
not fit well with the current text. -->
|
|
||||||
It is necessary to apply the same patch now used in LFS to fix
|
|
||||||
various regressions.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch &&
|
<screen><userinput>case $(uname -m) in
|
||||||
|
|
||||||
case $(uname -m) in
|
|
||||||
x86_64)
|
x86_64)
|
||||||
sed -i.orig '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
|
sed -i.orig '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user