Changeset 663957f


Ignore:
Timestamp:
12/02/2013 12:10:18 PM (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.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bfefc696
Parents:
5df6476
Message:

Update to gc-7.4.0. Thanks Armin Krejzi for reporting.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5df6476 r663957f  
    365365<!ENTITY expect-version               "5.45">
    366366<!ENTITY gcc-version                  "4.8.2">
    367 <!ENTITY gc-version                   "7.2d">
     367<!ENTITY gc-version                   "7.4.0">
    368368<!ENTITY gdb-version                  "7.6.1">
    369369<!ENTITY git-version                  "1.8.4.3">
  • general/prog/gc.xml

    r5df6476 r663957f  
    88           "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-&gc-version;.tar.gz">
    99  <!ENTITY gc-download-ftp  " ">
    10   <!ENTITY gc-md5sum        "91340b28c61753a789eb6077675d87d2">
    11   <!ENTITY gc-size          "1.3 MB">
    12   <!ENTITY gc-buildsize     "13 MB">
    13   <!ENTITY gc-time          "0.2 SBU">
     10  <!ENTITY gc-md5sum        "f40d9a47c90d60791eeecb484f8df5ee">
     11  <!ENTITY gc-size          "1.1 MB">
     12  <!ENTITY gc-buildsize     "9.8 MB (additional 2.2 MB for the tests)">
     13  <!ENTITY gc-time          "0.1 SBU (additional 0.1 SBU for the tests)">
    1414]>
    1515
     
    8181    </itemizedlist>
    8282
    83     <bridgehead renderas="sect4">Optional</bridgehead>
    84     <para role="optional">
    85       <xref linkend="libatomic_ops"/> (Gc contains a copy of
     83    <bridgehead renderas="sect4">Required</bridgehead>
     84    <para role="required">
     85      <xref linkend="libatomic_ops"/>
     86    </para>
     87<!--      (Gc contains a copy of
    8688      Libatomic_ops-&gc-version; which it will compile and statically link if
    8789      configure doesn't find Libatomic_ops installed on your system)
    8890    </para>
     91-->
    8992
    9093    <para condition="html" role="usernotes">
     
    100103    </para>
    101104
     105<!--
    102106<screen><userinput>sed -i 's#AM_CONFIG_HEADER#AC_CONFIG_HEADERS#' configure.ac &amp;&amp;
    103107sed -i 's#AM_CONFIG_HEADER#AC_CONFIG_HEADERS#' libatomic_ops/configure.ac &amp;&amp;
    104 sed -i 's#pkgdata#doc#' doc/doc.am &amp;&amp;
     108-->
     109<screen><userinput>sed -i 's#pkgdata#doc#' doc/doc.am &amp;&amp;
    105110autoreconf -fi  &amp;&amp;
    106111./configure --prefix=/usr      \
     
    126131    <title>Command Explanations</title>
    127132
    128     <para>
     133<!--    <para>
    129134      <command>sed -i 's#AM_CONFIG_HEADER ...</command>: This
    130135      <command>sed</command> fixes building with
    131136      <application>Automake</application> 1.13.
    132137    </para>
     138-->
    133139
    134140    <para>
     
    173179        <seg>
    174180          /usr/include/gc and
    175           /usr/share/doc/gc
     181          /usr/share/doc/gc&gc-version;
    176182        </seg>
    177183      </seglistitem>
  • introduction/welcome/changelog.xml

    r5df6476 r663957f  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Update to gc-7.4.0. Thanks Armin Krejzi for
     51          reporting. Fixes
     52          <ulink url="&blfs-ticket-root;4395">#4395</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5055          <para>[fernando] - Update to libatomic_ops-7.2e. Fixes
    5156          <ulink url="&blfs-ticket-root;4396">#4396</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.