Changeset 5fd1f25b


Ignore:
Timestamp:
05/25/2015 08:29:19 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7e2908c
Parents:
f53073fd
Message:

Change the patch name in GCC instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16030 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/prog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc-ada.xml

    rf53073fd r5fd1f25b  
    158158        <para>
    159159          Required patch:
    160           <ulink url="&patch-root;/gcc-&gcc-version;-upstream_libgomp_fix-1.patch"/>
     160          <ulink url="&patch-root;/gcc-&gcc-version;-upstream_fixes-1.patch"/>
    161161        </para>
    162162      </listitem>
     
    230230
    231231    <para>
    232       As in LFS, fix a problem identified upstream with the libgomp library:
    233     </para>
    234 
    235 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_libgomp_fix-1.patch</userinput></screen>
     232      As in LFS, fix some problems identified upstream:
     233    </para>
     234
     235<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch</userinput></screen>
    236236
    237237    <para>
  • general/prog/gcc-java.xml

    rf53073fd r5fd1f25b  
    107107        <para>
    108108          Required patch:
    109           <ulink url="&patch-root;/gcc-&gcc-version;-upstream_libgomp_fix-1.patch"/>
     109          <ulink url="&patch-root;/gcc-&gcc-version;-upstream_fixes-1.patch"/>
    110110        </para>
    111111      </listitem>
     
    151151
    152152    <para>
    153       As in LFS, fix a problem identified upstream with the libgomp library:
    154     </para>
    155 
    156 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_libgomp_fix-1.patch</userinput></screen>
     153      As in LFS, fix some problems identified upstream:
     154    </para>
     155
     156<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch</userinput></screen>
    157157
    158158    <para>
  • general/prog/gcc.xml

    rf53073fd r5fd1f25b  
    111111        <para>
    112112          Required patch:
    113           <ulink url="&patch-root;/gcc-&gcc-version;-upstream_libgomp_fix-1.patch"/>
     113          <ulink url="&patch-root;/gcc-&gcc-version;-upstream_fixes-1.patch"/>
    114114        </para>
    115115      </listitem>
     
    165165
    166166    <para>
    167       As in LFS, fix a problem identified upstream with the libgomp library:
    168     </para>
    169 
    170 <screen><userinput>patch -Np1 -i ../gcc-5.1.0-upstream_libgomp_fix-1.patch</userinput></screen>
     167      As in LFS, fix some problems identified upstream:
     168    </para>
     169
     170<screen><userinput>patch -Np1 -i ../gcc-5.1.0-upstream_fixes-1.patch</userinput></screen>
    171171
    172172
Note: See TracChangeset for help on using the changeset viewer.