Changeset 0deb83a


Ignore:
Timestamp:
May 13, 2017, 10:03:50 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
1588a15
Parents:
f20ba9e
git-author:
William Harrington <kb0iic@…> (05/13/17 22:01:45)
git-committer:
William Harrington <kb0iic@…> (05/13/17 22:03:50)
Message:

Update GCC to 7.1.0. Update patches and Diffutils.

Files:
3 added
3 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/diffutils.xml

    rf20ba9e r0deb83a  
    2929
    3030<screen os="s2"><userinput>sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in</userinput></screen>
     31
     32    <para os="s3">Adjust the source to build with the included GNULIB code:"</para>
     33<screen os="s4"><userinput>sed -i '233,237 s/max)/max) \\/' lib/intprops.h</userinput></screen>
    3134
    3235    <para os="a">Prepare Diffutils for compilation:</para>
  • BOOK/final-system/multilib/diffutils.xml

    rf20ba9e r0deb83a  
    2929    href="../common/diffutils.xml"
    3030    xpointer="xpointer(//*[@os='s2'])"/>
     31
     32    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     33    href="../common/diffutils.xml"
     34    xpointer="xpointer(//*[@os='s3'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     37    href="../common/diffutils.xml"
     38    xpointer="xpointer(//*[@os='s4'])"/>
    3139
    3240    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/introduction/common/changelog.xml

    rf20ba9e r0deb83a  
    3737-->
    3838    <listitem>
     39      <para>13 May 2017</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[William Harrington] - Upgrade GCC to 7.1.0. Fixes
     43          ticket <ulink url="&clfs-ticket-root;1114">#1114.</ulink></para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    3949      <para>10 May 2017</para>
    4050      <itemizedlist>
  • BOOK/packages.ent

    rf20ba9e r0deb83a  
    160160<!ENTITY gawk-home "&gnu-software;gawk">
    161161
    162 <!ENTITY gcc-version "5.3.0">
    163 <!ENTITY gcc-size "95,442 KB">
     162<!ENTITY gcc-version "7.1.0">
     163<!ENTITY gcc-size "84,304 KB">
    164164<!ENTITY gcc-url "ftp://gcc.gnu.org/pub/gcc/releases/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    165 <!ENTITY gcc-md5 "c9616fd448f980259c31de613e575719">
     165<!ENTITY gcc-md5 "6bf56a2bca9dac9dbbf8e8d1036964a8">
    166166<!ENTITY gcc-home "http://gcc.gnu.org">
    167167
  • BOOK/patches.ent

    rf20ba9e r0deb83a  
    2828
    2929<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch">
    30 <!ENTITY gcc-specs-patch-md5 "f89a424f5ebbe676cf78e7c1b1ad1284">
    31 <!ENTITY gcc-specs-patch-size "20 KB">
     30<!ENTITY gcc-specs-patch-md5 "9f4efe1ae2cb46e6ad41b2ba2a24e5d8">
     31<!ENTITY gcc-specs-patch-size "21 KB">
    3232
    3333<!--GCC Branch Update Area
     
    8787
    8888<!ENTITY gcc-pure64-patch "gcc-&gcc-version;-pure64-1.patch">
    89 <!ENTITY gcc-pure64-patch-md5 "468413f9a1fce66ef167ca9230eb1a23">
    90 <!ENTITY gcc-pure64-patch-size "38 KB">
     89<!ENTITY gcc-pure64-patch-md5 "5dd40881cfdc18efecb70a8e024b5fc0">
     90<!ENTITY gcc-pure64-patch-size "9.124 KB">
    9191
    9292<!ENTITY gcc-specs_pure64-patch "gcc-&gcc-version;-pure64_specs-1.patch">
    93 <!ENTITY gcc-specs_pure64-patch-md5 "e65af28940319b5624a41849de4bfd6b">
    94 <!ENTITY gcc-specs_pure64-patch-size "30 KB">
     93<!ENTITY gcc-specs_pure64-patch-md5 "4450a0fa28ec9454df8c229d4c194720">
     94<!ENTITY gcc-specs_pure64-patch-size "20 KB">
    9595
    9696<!-- Start of mips/mips64 patches -->
  • BOOK/temp-system/common/diffutils.xml

    rf20ba9e r0deb83a  
    2222  <sect2 role="installation">
    2323    <title>Installation of Diffutils</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../../final-system/common/diffutils.xml"
     27    xpointer="xpointer(//*[@os='s3'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../../final-system/common/diffutils.xml"
     31    xpointer="xpointer(//*[@os='s4'])"/>
    2432
    2533    <para os="a">Prepare Diffutils for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.