Changeset 350ab24 for BOOK/cross-tools


Ignore:
Timestamp:
Apr 28, 2014, 8:56:46 PM (11 years ago)
Author:
Chris Staub <chris@…>
Parents:
5c8e74d (diff), 31cfd067 (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:

Merged latest systemd branch changes

Location:
BOOK/cross-tools
Files:
2 deleted
17 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/64/flags.xml

    r5c8e74d r350ab24  
    1616  <screen os="b"><userinput>export BUILD64="-m64"</userinput></screen>
    1717
    18   <para os="c">Lets add the build flags to <filename>~/.bashrc</filename> to
     18  <para os="c">Now add the build flags to <filename>~/.bashrc</filename> to
    1919    prevent issues if we stop and come back later.</para>
    2020
  • BOOK/cross-tools/common/bc.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-cross-tools-bc">
    1414    <primary sortas="a-Bc">Bc</primary>
    15     <secondary>cross-tools</secondary>
     15    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
  • BOOK/cross-tools/common/cloog.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-cross-tools-cloog">
    1414    <primary sortas="a-CLooG">CLooG</primary>
    15     <secondary>cross-tools</secondary>
     15    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
     
    3333    xpointer="xpointer(//*[@os='s1'])"/>
    3434
    35     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    36     href="../../final-system/common/cloog.xml"
    37     xpointer="xpointer(//*[@os='s2'])"/>
     35<screen os="s2"><userinput>cp -v Makefile{,.orig}
     36sed '/cmake/d' Makefile.orig &gt; Makefile</userinput></screen>
    3837
    3938    <para os="c">Compile the package:</para>
  • BOOK/cross-tools/common/file.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-cross-tools-file">
    1414    <primary sortas="a-File">File</primary>
    15     <secondary>cross-tools</secondary>
     15    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
  • BOOK/cross-tools/common/gcc-static.xml

    r5c8e74d r350ab24  
    3838<screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
    3939
    40     <para os="ag">Change the StartFile Spec so that GCC looks in 
     40    <para os="ag">Change the StartFile Spec so that GCC looks in
    4141<filename class="directory">/tools</filename>:</para>
    4242
  • BOOK/cross-tools/common/glibc.xml

    r5c8e74d r350ab24  
    9999        <term><parameter>--disable-profile</parameter></term>
    100100        <listitem>
    101           <para>This builds the libraries without profiling information. 
     101          <para>This builds the libraries without profiling information.
    102102          Omit this option if profiling on the temporary tools is necessary.</para>
    103103        </listitem>
  • BOOK/cross-tools/common/gmp.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-cross-tools-gmp">
    1414    <primary sortas="a-GMP">GMP</primary>
    15     <secondary>cross-tools</secondary>
     15    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
  • BOOK/cross-tools/common/isl.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-cross-tools-isl">
    1414    <primary sortas="a-ISL">ISL</primary>
    15     <secondary>cross-tools</secondary>
     15    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
  • BOOK/cross-tools/common/mpc.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-cross-tools-mpc">
    1414    <primary sortas="a-MPC">MPC</primary>
    15     <secondary>cross-tools</secondary>
     15    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
  • BOOK/cross-tools/common/mpfr.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-cross-tools-mpfr">
    1414    <primary sortas="a-MPFR">MPFR</primary>
    15     <secondary>cross-tools</secondary>
     15    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
  • BOOK/cross-tools/common/ncurses.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-cross-tools-ncurses">
    1414    <primary sortas="a-Ncurses">Ncurses</primary>
    15     <secondary>cross-tools</secondary>
     15    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
  • BOOK/cross-tools/multilib/flags.xml

    r5c8e74d r350ab24  
    1717export BUILD64="-m64"</userinput></screen>
    1818
    19   <para os="c">Let's add the build flags to <filename>~/.bashrc</filename> to
     19  <para os="c">Now add the build flags to <filename>~/.bashrc</filename> to
    2020  prevent issues if we stop and come back later:</para>
    2121
  • BOOK/cross-tools/ppc64/glibc.xml

    r5c8e74d r350ab24  
    6565      href="../common/glibc.xml"
    6666      xpointer="xpointer(//*[@os='dg3'])"/>
    67    
     67
    6868      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6969      href="../common/glibc.xml"
  • BOOK/cross-tools/x86-chapter.xml

    r5c8e74d r350ab24  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gcc-static.xml"/>
    29   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/glibc.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/glibc.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gcc-final.xml"/>
    3131
  • BOOK/cross-tools/x86_64-64-chapter.xml

    r5c8e74d r350ab24  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/gcc-static.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/glibc.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/glibc.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/gcc-final.xml"/>
    3232
  • BOOK/cross-tools/x86_64/glibc.xml

    r5c8e74d r350ab24  
    5757<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
    5858    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    59     CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $CLFS_TARGET32) -O2" \
    6059    ../glibc-&glibc-version;/configure --prefix=/tools \
    6160    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
     
    8281      href="../common/glibc.xml"
    8382      xpointer="xpointer(//*[@os='dg4'])"/>
    84 
    85      <varlistentry os="ea2">
    86         <term><parameter>CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt;
    87         $CLFS_TARGET32) -O2"</parameter></term>
    88         <listitem>
    89           <para>Forces GLIBC to optimize for our target system.</para>
    90         </listitem>
    91       </varlistentry>
    9283
    9384      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/x86_64/variables.xml

    r5c8e74d r350ab24  
    2727<screen os="d"><userinput>export CLFS_TARGET="x86_64-unknown-linux-gnu"</userinput></screen>
    2828
    29   <para os="m1">Now we will set our Target Triplet for 32 Bits:</para>
     29  <para os="m1">Now set the target triplet for 32 bits:</para>
    3030
    3131<screen os="m2"><userinput>export CLFS_TARGET32="i686-pc-linux-gnu"</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.