Changeset 7e8a7d8 in clfs-embedded


Ignore:
Timestamp:
Jun 13, 2014, 1:58:19 PM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
30f9ca7
Parents:
209f20d
git-author:
Andrew Bradford <andrew@…> (06/11/14 08:39:02)
git-committer:
Andrew Bradford <andrew@…> (06/13/14 13:58:19)
Message:

Update binutils to 2.24

Now supports musl without patching of binutils.

Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/binutils.xml

    r209f20d r7e8a7d8  
    3131    linker and assembler to determine which of their own features to
    3232    enable.</para>
    33 
    34   <para>In order to work with musl, bintuils needs to be patched:</para>
    35 
    36 <screen><userinput>patch -Np1 -i ../&binutils-musl-patch;</userinput></screen>
    3733
    3834    <para os="b">The Binutils documentation recommends building Binutils outside of the
  • BOOK/materials/common/patches.xml

    r209f20d r7e8a7d8  
    1818
    1919  <variablelist role="materials">
    20 
    21     <varlistentry>
    22       <term>Binutils musl Patch - <token>&binutils-musl-patch-size;</token>:</term>
    23       <listitem>
    24         <para>Download: <ulink
    25         url="&patches-root;&binutils-musl-patch;"/></para>
    26         <para>MD5 sum: <literal>&binutils-musl-patch-md5;</literal></para>
    27       </listitem>
    28     </varlistentry>
    2920
    3021    <varlistentry>
  • BOOK/packages.ent

    r209f20d r7e8a7d8  
    55<!-- Note: For empty *-home entities use " " not "" -->
    66
    7 <!ENTITY binutils-version "2.23.2">
    8 <!ENTITY binutils-size "20937 KB">
     7<!ENTITY binutils-version "2.24">
     8<!ENTITY binutils-size "22185 KB">
    99<!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.bz2">
    10 <!ENTITY binutils-md5 "4f8fa651e35ef262edc01d60fb45702e">
     10<!ENTITY binutils-md5 "e0f71a7b2ddab0f8612336ac81d9636b">
    1111<!ENTITY binutils-home "http://www.gnu.org/software/binutils/">
    1212
  • BOOK/patches.ent

    r209f20d r7e8a7d8  
    44
    55<!-- Core Patches -->
    6 
    7 <!ENTITY binutils-musl-patch "binutils-&binutils-version;-musl-1.patch">
    8 <!ENTITY binutils-musl-patch-md5 "dde64feb7f4cf821cbd887b53026fd67">
    9 <!ENTITY binutils-musl-patch-size "1 KB">
    106
    117<!ENTITY busybox-musl-patch "busybox-&busybox-version;-musl-1.patch">
Note: See TracChangeset for help on using the changeset viewer.