Changeset dd423a0 in clfs-embedded


Ignore:
Timestamp:
Jun 13, 2014, 1:58:19 PM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
1cf6d41
Parents:
2864f08
git-author:
Andrew Bradford <andrew@…> (06/11/14 09:47:06)
git-committer:
Andrew Bradford <andrew@…> (06/13/14 13:58:19)
Message:

Rename musl-libc to just musl

Proper name seems to be just "musl" from the documentation.

Location:
BOOK
Files:
7 edited

Legend:

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

    r2864f08 rdd423a0  
    3232    enable.</para>
    3333
    34   <para>In order to work with musl-libc, bintuils needs to be patched:</para>
     34  <para>In order to work with musl, bintuils needs to be patched:</para>
    3535
    3636<screen><userinput>patch -Np1 -i ../&binutils-musl-patch;</userinput></screen>
  • BOOK/cross-tools/common/gcc-static.xml

    r2864f08 rdd423a0  
    3030    and no Threads</title>
    3131
    32   <para os="aa">In order to work with musl-libc, GCC needs to be patched:</para>
     32  <para os="aa">In order to work with musl, GCC needs to be patched:</para>
    3333
    3434<screen os="ab"><userinput>patch -Np1 -i ../&gcc-musl-patch;</userinput></screen>
  • BOOK/cross-tools/common/libc.xml

    r2864f08 rdd423a0  
    99  <?dbhtml filename="libc.html"?>
    1010
    11   <title>musl-libc-&musl-libc-version;</title>
     11  <title>musl-&musl-version;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-libc">
    14     <primary sortas="a-libc">musl-libc</primary>
     14    <primary sortas="a-libc">musl</primary>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
     
    1919    <title/>
    2020
    21     <para>The musl-libc package contains the main C library. This library provides
     21    <para>The musl package contains the main C library. This library provides
    2222    the basic routines for allocating memory, searching directories, opening and
    2323    closing files, reading and writing files, string handling, pattern matching,
     
    2727
    2828  <sect2 role="installation">
    29     <title>Installation of musl-libc</title>
     29    <title>Installation of musl</title>
    3030
    3131    <para os="h">Configure the package:</para>
     
    4545  </sect2>
    4646
    47   <sect2 id="contents-musl-libc" role="content">
    48     <title>Contents of musl-libc</title>
     47  <sect2 id="contents-musl" role="content">
     48    <title>Contents of musl</title>
    4949
    5050    <segmentedlist>
     
    5353      <segtitle>Installed Headers</segtitle>
    5454      <seglistitem>
    55         <seg>ld-musl-libc.so.0</seg>
     55        <seg>ld-musl.so.0</seg>
    5656        <seg> libc.so.0, libcrypt.so.0, libdl.so.0, libm.so.0, libpthread.so.0,
    5757        librt.so.0</seg>
     
    6565      <?dbhtml list-presentation="table"?>
    6666
    67       <varlistentry id="ld-musl-libc">
    68         <term><command>ld-musl-libc</command></term>
     67      <varlistentry id="ld-musl">
     68        <term><command>ld-musl</command></term>
    6969        <listitem>
    70           <para>The musl-libc dynamic linker / loader</para>
    71           <indexterm zone="ch-cross-tools-libc ld-musl-libc">
    72             <primary sortas="b-ld-musl-libc">ld-musl-libc</primary>
     70          <para>The musl dynamic linker / loader</para>
     71          <indexterm zone="ch-cross-tools-libc ld-musl">
     72            <primary sortas="b-ld-musl">ld-musl</primary>
    7373          </indexterm>
    7474        </listitem>
     
    9898        <term><filename class="libraryfile">libdl</filename></term>
    9999        <listitem>
    100           <para>The musl-libc dynamic linker / loader library</para>
     100          <para>The musl dynamic linker / loader library</para>
    101101          <indexterm zone="ch-cross-tools-libc libdl">
    102102            <primary sortas="c-libdl">libdl</primary>
  • BOOK/final-system/common/busybox.xml

    r2864f08 rdd423a0  
    3535<screen os="b"><userinput>make distclean</userinput></screen>
    3636
    37     <para os="c">The following patch is needed for musl-libc:</para>
     37    <para os="c">The following patch is needed for musl:</para>
    3838
    3939<screen os="d"><userinput>patch -Np1 -i ../&busybox-musl-patch;</userinput></screen>
     
    5050
    5151    <para os="fa">Disable building both ifplugd and inetd as they both have
    52       issues building against musl-libc:</para>
     52      issues building against musl:</para>
    5353
    5454<screen os="fb"><userinput>sed -i 's/\(CONFIG_\)\(.*\)\(INETD\)\(.*\)=y/# \1\2\3\4 is not set/g' .config
  • BOOK/materials/common/packages.xml

    r2864f08 rdd423a0  
    9797
    9898    <varlistentry>
    99       <term>musl-libc (&musl-libc-version;) - <token>&musl-libc-size;</token>:</term>
     99      <term>musl (&musl-version;) - <token>&musl-size;</token>:</term>
    100100      <listitem>
    101         <para>Home page: <ulink url="&musl-libc-home;"/></para>
    102         <para>Download: <ulink url="&musl-libc-url;"/></para>
    103         <para>MD5 sum: <literal>&musl-libc-md5;</literal></para>
     101        <para>Home page: <ulink url="&musl-home;"/></para>
     102        <para>Download: <ulink url="&musl-url;"/></para>
     103        <para>MD5 sum: <literal>&musl-md5;</literal></para>
    104104      </listitem>
    105105    </varlistentry>
  • BOOK/materials/common/patches.xml

    r2864f08 rdd423a0  
    2020
    2121    <varlistentry>
    22       <term>Binutils musl-libc Patch - <token>&binutils-musl-patch-size;</token>:</term>
     22      <term>Binutils musl Patch - <token>&binutils-musl-patch-size;</token>:</term>
    2323      <listitem>
    2424        <para>Download: <ulink
     
    2929
    3030    <varlistentry>
    31       <term>BusyBox musl-libc Patch - <token>&busybox-musl-patch-size;</token>:</term>
     31      <term>BusyBox musl Patch - <token>&busybox-musl-patch-size;</token>:</term>
    3232      <listitem>
    3333        <para>Download: <ulink
     
    3838
    3939    <varlistentry>
    40       <term>GCC musl-libc Patch - <token>&gcc-musl-patch-size;</token>:</term>
     40      <term>GCC musl Patch - <token>&gcc-musl-patch-size;</token>:</term>
    4141      <listitem>
    4242        <para>Download: <ulink
  • BOOK/packages.ent

    r2864f08 rdd423a0  
    6161<!ENTITY mpfr-home "http://www.mpfr.org/">
    6262
    63 <!ENTITY musl-libc-version "0.9.14">
    64 <!ENTITY musl-libc-size "806 KB">
    65 <!ENTITY musl-libc-url "http://www.musl-libc.org/releases/musl-&musl-libc-version;.tar.gz">
    66 <!ENTITY musl-libc-md5 "bfb685695aa942e64c63170589e575b2">
    67 <!ENTITY musl-libc-home "http://musl-libc.org/">
     63<!ENTITY musl-version "0.9.14">
     64<!ENTITY musl-size "806 KB">
     65<!ENTITY musl-url "http://www.musl-libc.org/releases/musl-&musl-version;.tar.gz">
     66<!ENTITY musl-md5 "bfb685695aa942e64c63170589e575b2">
     67<!ENTITY musl-home "http://musl-libc.org/">
    6868
    6969<!-- Beyond CLFS library packages -->
Note: See TracChangeset for help on using the changeset viewer.