Changeset c6bfee88 for general/prog


Ignore:
Timestamp:
08/06/2014 11:48:15 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 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, krejzi/svn, 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:
93f680d5
Parents:
e450d21
Message:

libvdpau-va-gl-0.3.4: typo. Thanks Denis M.
Exim-4.83: fix exim daemon version in 'Short Descriptions'. Thanks Denis M.
GCC-4.9.1: as in LFS, use sed to fix a problem identified upstream.
FLTK-1.3.2: fix output of fltk-config --version. Thanks Jeremy H.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    re450d21 rc6bfee88  
    127127    bootstrap anyways, add <parameter>--disable-bootstrap</parameter> to the
    128128    <command>./configure</command> options below.</para>
     129
     130    <para>As in LFS, fix a problem identified upstream:</para>
     131
     132<screen><userinput>sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
    129133
    130134    <para>Install <application>GCC</application> by running the
Note: See TracChangeset for help on using the changeset viewer.