Changeset e67fb9b in clfs-embedded for BOOK/introduction


Ignore:
Timestamp:
Feb 10, 2011, 3:44:59 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
7003296
Parents:
a9cb92d (diff), 49c9bc5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git://git.cross-lfs.org/abradford/clfs-embedded.git

Location:
BOOK/introduction
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/arm/changelog.xml

    ra9cb92d re67fb9b  
    3434
    3535    <listitem>
     36      <para>February 10, 2011</para>
     37      <itemizedlist>
     38        <listitem>
     39          <para>[abradford] - Fixed builds for EABI (aapcs and aapcs-linux)
     40          ABI choices by adding target triplets ending in uclibcgnueabi.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
     44
     45    <listitem>
     46      <para>January 30, 2011</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[abradford] - Added notes to ARM ABI variable list.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    3655      <para>November 11, 2006</para>
    3756      <itemizedlist>
  • BOOK/introduction/common/changelog.xml

    ra9cb92d re67fb9b  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>February 10, 2011</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[abradford] - Changed GCC Static and Final to build GCC for
     44          ${CLFS_ABI} for ARM and MIPS, ${CLFS_CPU} for x86.  This removes the
     45          need for using the ${BUILD} variable when building packages.</para>
     46        </listitem>
     47        <listitem>
     48          <para>[abradford] - Updated Resources section.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52   
     53    <listitem>
     54      <para>January 30, 2011</para>
     55      <itemizedlist>
     56        <listitem>
     57          <para>[abradford] - Updated MPFR download link.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[abradford] - Updated GCC to version 4.5.2.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[abradford] - Updated Binutils to version 2.21.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[abradford] - Added information to GCC's configure options.</para>
     67        </listitem>
     68        <listitem>
     69          <para>[abradford] - Updated Iana-Etc to use more up-to-date data.</para>
     70        </listitem>
     71      </itemizedlist>
     72    </listitem>
    3873
    3974    <listitem>
  • BOOK/introduction/common/resources.xml

    ra9cb92d re67fb9b  
    2424    <title>Mailing Lists</title>
    2525
    26     <para>The <uri>linuxfromscratch.org</uri> server hosts a number of
     26    <para>The <uri>cross-lfs.org</uri> server hosts a number of
    2727    mailing lists used for the development of the CLFS project. These lists
    2828    include the main development and support lists, among others. If the
    2929    FAQ does not solve the problem you are having, the next step would be to
    30     search the mailing lists at <ulink url="&lfs-root;search.html"/>.</para>
     30    search the mailing lists at <ulink url="&clfs-wiki;wiki/lists"/>.</para>
    3131
    3232    <para>For information on the different lists, how to subscribe, archive
    3333    locations, and additional information, visit
    34     <ulink url="&lfs-root;mail.html"/>. For mailing lists specifically
    35     for CLFS, visit <ulink url="&clfs-wiki;wiki/lists"/>.</para>
     34    <ulink url="&clfs-wiki;wiki/lists"/>.</para>
    3635
    3736  </sect2>
     
    5554    <uri>chat.freenode.net</uri>. The support channel for cross-lfs
    5655    is named #cross-lfs. If you need to show people the output of your
    57     problems, please use http://pastebin.cross-lfs.org and reference
    58     the pastebin URL when asking your questions.</para>
     56    problems, please use <ulink url="http://pastebin.cross-lfs.org"/> and
     57    reference the pastebin URL when asking your questions.</para>
    5958
    6059  </sect2>
     
    7271    <title>Mirror Sites</title>
    7372
    74     <para>The LFS project has a number of world-wide mirrors to make
     73    <para>The LFS and CLFS projects have a number of world-wide mirrors to make
    7574    accessing the website and downloading the required packages more
    7675    convenient. Please visit the LFS website at <ulink
    7776    url="&lfs-root;mirrors.html"/> for a list of current mirrors of
    7877    the LFS website, or <ulink url="&clfs-wiki;wiki/mirrors"/> for
    79     mirrors of CLFS.</para>
     78    mirrors of the CLFS website.</para>
    8079
    8180  </sect2>
  • BOOK/introduction/wrt/supporteddevices.xml

    ra9cb92d re67fb9b  
    1010  <?dbhtml filename="supported-devices.html"?>
    1111
    12   <para>In order to build CLFS for your device, we need to know what processor it has, amd more inportantly if it is a big or small edin, and what MIPS ISA level it is. The MIPS ISA level is needed so that we can build uClibc properly. </para>
     12  <para>In order to build CLFS for your device, we need to know what processor
     13  it has, if it is big or little endian, and what MIPS ISA level it is. The
     14  MIPS ISA level is needed so that we can build uClibc properly. </para>
    1315
    14   <para> The following is a list of devices that have been tested and reported as tested and working with this book. Apart from this list, there is no garentee that your device, apart from this list will work. If U secussfully get a device to work, please contact the CLFS Dev team, and we will add it to the list. For the most recent and up to date list, please view the SVN version of this book. </para>
     16  <para>The following is a list of devices that have been tested and reported
     17  as tested and working with this book. Apart from this list, there is no
     18  guarantee that your device, will work. If you are successful in getting a
     19  device to work, please contact the CLFS development team, and we will add
     20  it to the list. For the most recent and up to date list, please view the
     21  GIT version of this book. </para>
    1522
    1623  <table os="g">
     
    2431      <colspec colnum="3" colwidth="1in"   colname="Supported - Working"/>
    2532      <colspec colnum="4" colwidth="2.2in" colname="Processor"/>
    26       <colspec colnum="5" colwidth="1.1in" colname="Big or Small Endian"/>
     33      <colspec colnum="5" colwidth="1.1in" colname="Endian"/>
    2734      <colspec colnum="6" colwidth="1in"   colname="Mips Level"/>
    2835
     
    3340          <entry>Supported - Working</entry>
    3441          <entry>Processor</entry>
    35           <entry>Big or Small Endian</entry>
     42          <entry>Endian</entry>
    3643          <entry>Mips Level</entry>
    3744        </row>
     
    4451          <entry>Testing</entry>
    4552          <entry>Broadcom 4712 @ 200MHz, 2MB Flash, 8MB RAM</entry>
    46           <entry>Small</entry>
     53          <entry>Little</entry>
    4754          <entry>1 or 2, testing</entry>
    4855        </row>
  • BOOK/introduction/x86/changelog.xml

    ra9cb92d re67fb9b  
    3434
    3535    <listitem>
     36      <para>February 10, 2011</para>
     37      <itemizedlist>
     38        <listitem>
     39          <para>[abradford] - Removed ABI selection for x86, it isn't
     40          needed and was misleading.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
     44
     45    <listitem>
    3646      <para>November 05, 2006</para>
    3747      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.