- Timestamp:
- Feb 10, 2011, 11:36:53 AM (14 years ago)
- Branches:
- master
- Children:
- 49c9bc5
- Parents:
- 60b91a4
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/general.ent
r60b91a4 r84b1adc 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 1"> <!-- Use two digits -->4 <!ENTITY month_name " January">5 <!ENTITY day " 30"> <!-- Use two digits -->3 <!ENTITY month "02"> <!-- Use two digits --> 4 <!ENTITY month_name "February"> 5 <!ENTITY day "10"> <!-- Use two digits --> 6 6 <!ENTITY year "2011"> <!-- Use four digits --> 7 7 -
BOOK/introduction/arm/changelog.xml
r60b91a4 r84b1adc 34 34 35 35 <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> 36 55 <para>November 11, 2006</para> 37 56 <itemizedlist> -
BOOK/introduction/common/changelog.xml
r60b91a4 r84b1adc 38 38 39 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> 40 54 <para>January 30, 2011</para> 41 55 <itemizedlist> 42 <listitem>43 <para>[abradford] - Added notes to ARM ABI variable list.</para>44 </listitem>45 56 <listitem> 46 57 <para>[abradford] - Updated MPFR download link.</para> -
BOOK/introduction/x86/changelog.xml
r60b91a4 r84b1adc 34 34 35 35 <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> 36 46 <para>November 05, 2006</para> 37 47 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.