Changeset 1f0a9c9 in clfs-sysroot


Ignore:
Timestamp:
May 26, 2006, 8:57:48 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
7126617
Parents:
8e23f7c
Message:

r3663@server (orig r1664): jciccone | 2006-05-26 17:16:29 -0700
Added glibc-ports to arm and made a few text changes

Location:
BOOK
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm-chapter.xml

    r8e23f7c r1f0a9c9  
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/glibc-headers.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/>
    21   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/glibc.xml"/>
     21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/glibc.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-final.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
  • BOOK/cross-tools/arm/glibc-headers.xml

    r8e23f7c r1f0a9c9  
    2626    the glibc we are using in cross-lfs. The reason we are changing it is
    2727    because this only installs the headers, no compiling takes place. In the
    28     next glibc chapter, we use the gcc that's build right after this chapter.</para>
     28    next glibc chapter, we use the gcc that's built right after this chapter.</para>
    2929       
    3030<screen os="s2"><userinput>cp configure{,.orig}
    3131sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="glibc.xml"
     35    xpointer="xpointer(//*[@os='u1'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="glibc.xml"
     39    xpointer="xpointer(//*[@os='u2'])"/>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    93101
    94102   <para os="n">First we will copy a common file over to <filename
    95    class="directory">/tools/include</filename>:</para>
     103   class="directory">${LFS}/usr/include</filename>:</para>
    96104
    97105<screen os="o"><userinput>install -dv ${LFS}/usr/include/bits
  • BOOK/cross-tools/common/binutils.xml

    r8e23f7c r1f0a9c9  
    3535    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3636    href="../../final-system/common/binutils.xml"
    37     xpointer="xpointer(//*[@os='g'])"/>
     37    xpointer="xpointer(//*[@os='a'])"/>
    3838
    3939    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4040    href="../../final-system/common/binutils.xml"
    41     xpointer="xpointer(//*[@os='h'])"/>
     41    xpointer="xpointer(//*[@os='b'])"/>
    4242
    4343    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4444    href="../../final-system/common/binutils.xml"
    45     xpointer="xpointer(//*[@os='i'])"/>
     45    xpointer="xpointer(//*[@os='c'])"/>
    4646
    4747<screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
  • BOOK/cross-tools/common/glibc.xml

    r8e23f7c r1f0a9c9  
    7777    --cache-file=config.cache</userinput></screen>
    7878
    79     <variablelist os="dj">
     79    <variablelist os="j">
    8080      <title>The meaning of the new configure options:</title>
    8181
    82       <varlistentry os="dj1">
     82      <varlistentry os="j1">
    8383        <term><parameter>BUILD_CC="gcc"</parameter></term>
    8484        <listitem>
     
    8888      </varlistentry>
    8989
    90       <varlistentry os="dj2">
     90      <varlistentry os="j2">
    9191        <term><parameter>CC="${LFS_TARGET}-gcc"</parameter></term>
    9292        <listitem>
     
    9696      </varlistentry>
    9797
    98       <varlistentry os="dj3">
     98      <varlistentry os="j3">
    9999        <term><parameter>AR="${LFS_TARGET}-ar"</parameter></term>
    100100        <listitem>
     
    104104      </varlistentry>
    105105
    106       <varlistentry os="dj4">
     106      <varlistentry os="j4">
    107107        <term><parameter>RANLIB="${LFS_TARGET}-ranlib"</parameter></term>
    108108        <listitem>
     
    112112      </varlistentry>
    113113
    114       <varlistentry os="dj5">
     114      <varlistentry os="j5">
    115115        <term><parameter>--disable-profile</parameter></term>
    116116        <listitem>
     
    120120      </varlistentry>
    121121
    122       <varlistentry os="dj6">
     122      <varlistentry os="j6">
    123123        <term><parameter>--enable-add-ons</parameter></term>
    124124        <listitem>
     
    128128      </varlistentry>
    129129
    130       <varlistentry os="dj7">
     130      <varlistentry os="j7">
    131131        <term><parameter>--with-tls</parameter></term>
    132132        <listitem>
     
    135135      </varlistentry>
    136136
    137       <varlistentry os="dj8">
     137      <varlistentry os="j8">
    138138        <term><parameter>--with-__thread</parameter></term>
    139139        <listitem>
     
    143143      </varlistentry>
    144144
    145       <varlistentry os="dj9">
     145      <varlistentry os="j9">
    146146        <term><parameter>--with-binutils=/cross-tools/bin</parameter></term>
    147147        <listitem>
     
    151151      </varlistentry>
    152152
    153       <varlistentry os="dj10">
     153      <varlistentry os="j10">
    154154        <term><parameter>--cache-file=config.cache</parameter></term>
    155155        <listitem>
  • BOOK/final-preps/creatingdirs.xml

    r8e23f7c r1f0a9c9  
    1616<screen><userinput>mkdir -pv ${LFS}/{bin,boot,etc/opt,home,lib,mnt,opt}
    1717mkdir -pv ${LFS}/{media/{floppy,cdrom},sbin,srv,var}
    18 install -dv -m 0750 /root
    19 install -dv -m 1777 /tmp /var/tmp
     18install -dv -m 0750 ${LFS}/root
     19install -dv -m 1777 ${LFS}/tmp ${LFS}/var/tmp
    2020mkdir -pv ${LFS}/usr/{,local/}{bin,include,lib,sbin,src}
    2121mkdir -pv ${LFS}/usr/{,local/}share/{doc,info,locale,man}
  • BOOK/final-preps/creatingfiles.xml

    r8e23f7c r1f0a9c9  
    2727  command:</para>
    2828
    29 <screen><userinput>cat &gt; %{LFS}/etc/passwd &lt;&lt; "EOF"
     29<screen><userinput>cat &gt; ${LFS}/etc/passwd &lt;&lt; "EOF"
    3030<literal>root:x:0:0:root:/root:/bin/bash</literal>
    3131EOF</userinput></screen>
  • BOOK/materials/arm/packages.xml

    r8e23f7c r1f0a9c9  
    1010
    1111  <title>Additional Packages for ARM</title>
    12 <!--
     12
    1313  <variablelist role="materials">
    1414
    15     <varlistentry os="grub">
    16       <term>GRUB (&grub-version;) - <token>&grub-size;</token>:</term>
     15    <varlistentry>
     16      <term>Glibc-ports (&glibc-ports-version;) - <token>&glibc-ports-size;</token>:</term>
    1717      <listitem>
    18         <para>Home page: <ulink url="&grub-home;"/></para>
    19         <para>Download: <ulink url="&grub-url;"/></para>
    20         <para>MD5 sum: <literal>&grub-md5;</literal></para>
     18        <para>Home page: <ulink url="&glibc-ports-home;"/></para>
     19        <para>Download: <ulink url="&glibc-ports-url;"/></para>
     20        <para>MD5 sum: <literal>&glibc-ports-md5;</literal></para>
    2121      </listitem>
    2222    </varlistentry>
    2323
    2424  </variablelist>
    25 -->
     25
    2626  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2727  href="../common/packages.xml"
Note: See TracChangeset for help on using the changeset viewer.