Changeset 9db6797 in clfs-sysroot


Ignore:
Timestamp:
Jul 26, 2009, 9:03:15 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
fc388a9
Parents:
442d78f
Message:

Remove the posix patches from GCC and Binutils.

Files:
2 deleted
7 edited

Legend:

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

    r442d78f r9db6797  
    2727    linker and assembler to determine which of their own features to
    2828    enable.</para>
    29 
    30     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31     href="../../final-system/common/binutils.xml"
    32     xpointer="xpointer(//*[@os='p1'])"/>
    33 
    34     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    35     href="../../final-system/common/binutils.xml"
    36     xpointer="xpointer(//*[@os='p2'])"/>
    3729
    3830    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/common/gcc-final.xml

    r442d78f r9db6797  
    2222  <sect2 role="installation">
    2323    <title>Installation of GCC Cross Compiler</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../../final-system/common/gcc.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../../final-system/common/gcc.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/common/gcc-static.xml

    r442d78f r9db6797  
    2323    <title>Installation of Cross GCC Compiler with Static libgcc
    2424    and no Threads</title>
    25 
    26     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    27     href="../../final-system/common/gcc.xml"
    28     xpointer="xpointer(//*[@os='p1'])"/>
    29 
    30     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31     href="../../final-system/common/gcc.xml"
    32     xpointer="xpointer(//*[@os='p2'])"/>
    3325
    3426    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/common/binutils.xml

    r442d78f r9db6797  
    2727  <sect2 role="installation">
    2828    <title>Installation of Binutils</title>
    29 
    30     <para os="p1">To make sure that the proper syntax is used for a couple of
    31     tools, apply the following patch:</para>
    32 
    33 <screen os="p2"><userinput>patch -Np1 -i ../&binutils-posix-patch;</userinput></screen>
    3429
    3530    <para os="p3">The following patch contains a number of updates to the
  • BOOK/final-system/common/gcc.xml

    r442d78f r9db6797  
    2727  <sect2 role="installation">
    2828    <title>Installation of GCC</title>
    29 
    30     <para os="p1">To make sure that a couple of tools use the proper syntax,
    31     apply the following patch:</para>
    32 
    33 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen>
    3429
    3530    <para os="p3">The following patch contains a number of updates to the
  • BOOK/materials/common/patches.xml

    r442d78f r9db6797  
    3737    </varlistentry>
    3838
    39     <varlistentry>
    40       <term>Binutils Posix Patch - <token>&binutils-posix-patch-size;</token>:</term>
    41       <listitem>
    42         <para>Download: <ulink
    43         url="&patches-root;&binutils-posix-patch;"/></para>
    44         <para>MD5 sum: <literal>&binutils-posix-patch-md5;</literal></para>
    45       </listitem>
    46     </varlistentry>
    47 
    4839     <varlistentry>
    4940      <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term>
     
    8879        url="&patches-root;&gcc-branch_update-patch;"/></para>
    8980        <para>MD5 sum: <literal>&gcc-branch_update-patch-md5;</literal></para>
    90       </listitem>
    91     </varlistentry>
    92 
    93     <varlistentry>
    94       <term>GCC Posix Patch - <token>&gcc-posix-patch-size;</token>:</term>
    95       <listitem>
    96         <para>Download: <ulink
    97         url="&patches-root;&gcc-posix-patch;"/></para>
    98         <para>MD5 sum: <literal>&gcc-posix-patch-md5;</literal></para>
    9981      </listitem>
    10082    </varlistentry>
  • BOOK/patches.ent

    r442d78f r9db6797  
    1212<!ENTITY binutils-branch_update-patch-md5 "577d2c47daf07e35041382f4d5d6581e">
    1313<!ENTITY binutils-branch_update-patch-size "557 KB">
    14 
    15 <!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch">
    16 <!ENTITY binutils-posix-patch-md5 "beb4af55c8de949235758e6436e689e7">
    17 <!ENTITY binutils-posix-patch-size "3 KB">
    1814
    1915<!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch">
     
    3632<!ENTITY gcc-branch_update-patch-md5 "51c8d464820aa90d883281b72bec6e34">
    3733<!ENTITY gcc-branch_update-patch-size "1150 KB">
    38 
    39 <!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch">
    40 <!ENTITY gcc-posix-patch-md5 "22e096640c1ac70421336cba0f80d70f">
    41 <!ENTITY gcc-posix-patch-size "14 KB">
    4234
    4335<!ENTITY grep-i18n-patch "grep-&grep-version;-i18n-1.patch">
Note: See TracChangeset for help on using the changeset viewer.