Ignore:
Timestamp:
Sep 24, 2013, 11:53:17 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Children:
2e9ccbe
Parents:
111b12a
Message:

Prepare for CLFS-2.0.0 release.

Location:
BOOK/temp-system/multilib
Files:
11 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/multilib/binutils.xml

    r111b12a r76b06f6  
    3232    xpointer="xpointer(//*[@os='p2'])"/>
    3333-->
    34     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    35     href="../../temp-system/common/binutils.xml"
    36     xpointer="xpointer(//*[@os='s1'])"/>
    37 
    38     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    39     href="../../temp-system/common/binutils.xml"
    40     xpointer="xpointer(//*[@os='s2'])"/>
    4134
    4235    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/bison.xml

    r111b12a r76b06f6  
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/bison.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../common/bison.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/bison.xml"
    35     xpointer="xpointer(//*[@os='t3'])"/>
    36 
    37     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../../final-system/common/bison.xml"
    39     xpointer="xpointer(//*[@os='t4'])"/>
    40 
    41     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4226    href="../../final-system/common/bison.xml"
    4327    xpointer="xpointer(//*[@os='a'])"/>
    4428
    45 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" M4=m4 ./configure --prefix=/tools \
    46     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    47     --cache-file=config.cache</userinput></screen>
     29<screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    4831
    4932    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/cloog.xml

    r111b12a r76b06f6  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../common/cloog.xml"
     27    xpointer="xpointer(//*[@os='s1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../common/cloog.xml"
     31    xpointer="xpointer(//*[@os='s2'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     34    href="../common/cloog.xml"
    2735        xpointer="xpointer(//*[@os='a'])"/>
    2836
    2937<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3038    --build=${CLFS_HOST} --host=${CLFS_TARGET}  --libdir=/tools/lib64 \
    31      --enable-shared --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen>
     39     --enable-shared --with-gmp-prefix=/tools </userinput></screen>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/coreutils.xml

    r111b12a r76b06f6  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../common/coreutils.xml"
     27    xpointer="xpointer(//*[@os='aa'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../common/coreutils.xml"
     31    xpointer="xpointer(//*[@os='ab'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     34    href="../common/coreutils.xml"
    2735    xpointer="xpointer(//*[@os='ba'])"/>
    2836
     
    4351    xpointer="xpointer(//*[@os='be1'])"/>
    4452
    45     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/coreutils.xml"
    47     xpointer="xpointer(//*[@os='s1'])"/>
     53<!--- Hack for coreutils to build for target executables which can't be ran with the host. -->
    4854
    4955    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5056    href="../common/coreutils.xml"
    51     xpointer="xpointer(//*[@os='s2'])"/>
     57    xpointer="xpointer(//*[@os='h1'])"/>
     58
     59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     60    href="../common/coreutils.xml"
     61    xpointer="xpointer(//*[@os='h2'])"/>
     62
     63    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     64    href="../common/coreutils.xml"
     65    xpointer="xpointer(//*[@os='h3'])"/>
     66
     67    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     68    href="../common/coreutils.xml"
     69    xpointer="xpointer(//*[@os='h4'])"/>
     70
     71<!-- end hack -->
    5272
    5373    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/flex.xml

    r111b12a r76b06f6  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    37 <screen os="cb"><userinput>CC="${CC} ${BUILD64}" M4=m4 ./configure --prefix=/tools \
     37<screen os="cb"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3838    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3939    --cache-file=config.cache</userinput></screen>
  • BOOK/temp-system/multilib/gawk.xml

    r111b12a r76b06f6  
    2222  <sect2 role="installation">
    2323    <title>Installation of Gawk</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/gawk.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../common/gawk.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/gcc.xml

    r111b12a r76b06f6  
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../../final-system/common/gcc.xml"
     26    href="../../cross-tools/multilib/gcc-static.xml"
    2727    xpointer="xpointer(//*[@os='p1'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/gcc.xml"
     30    href="../../cross-tools/multilib/gcc-static.xml"
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    3232
     
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../../final-system/common/gcc.xml"
    51     xpointer="xpointer(//*[@os='fix1'])"/>
     50    href="../common/gcc.xml"
     51    xpointer="xpointer(//*[@os='cf'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../../final-system/common/gcc.xml"
    55     xpointer="xpointer(//*[@os='fix2'])"/>
     54    href="../common/gcc.xml"
     55    xpointer="xpointer(//*[@os='cg'])"/>
    5656
    5757    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7474  ../gcc-&gcc-version;/configure --prefix=/tools \
    7575  --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    76   --target=${CLFS_TARGET} --libexecdir=/tools/lib64 --with-local-prefix=/tools \
    77   --enable-long-long --enable-c99 --enable-shared --enable-threads=posix \
    78   --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \
    79   --disable-libstdcxx-pch --enable-cloog-backend=isl --with-gmp=/tools \
    80   --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \
    81   --disable-isl-version-check --with-cloog=/tools --with-system-zlib \
    82   --with-native-system-header-dir=/tools/include --disable-libssp \
    83   --disable-install-libiberty  --enable-libstdcxx-time \
    84   --enable-checking=release</userinput></screen>
     76  --target=${CLFS_TARGET} --with-local-prefix=/tools  --enable-long-long \
     77  --enable-c99 --enable-shared --enable-threads=posix \
     78  --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \
     79  --disable-libstdcxx-pch --enable-cloog-backend=isl</userinput></screen>
    8580
    8681    <variablelist os="dd">
     
    10297    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    10398    href="../common/gcc.xml"
    104     xpointer="xpointer(//*[@os='s1'])"/>
     99    xpointer="xpointer(//*[@os='ts1'])"/>
    105100
    106101    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    107102    href="../common/gcc.xml"
    108     xpointer="xpointer(//*[@os='s2'])"/>
     103    xpointer="xpointer(//*[@os='ts2'])"/>
    109104
    110105    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/gmp.xml

    r111b12a r76b06f6  
    3737    xpointer="xpointer(//*[@os='a'])"/>
    3838
    39 <screen os="b"><userinput>HOST_CC=gcc CC="${CC} \
     39<screen os="b"><userinput>HOST_CC=gcc CPPFLAGS=-fexceptions CC="${CC} \
    4040    ${BUILD64}" CXX="${CXX} ${BUILD64}" ./configure --prefix=/tools \
    4141    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
  • BOOK/temp-system/multilib/patch.xml

    r111b12a r76b06f6  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../common/patch.xml"
     27    xpointer="xpointer(//*[@os='cc1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../common/patch.xml"
     31    xpointer="xpointer(//*[@os='cc2'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     34    href="../common/patch.xml"
    2735    xpointer="xpointer(//*[@os='a'])"/>
    2836
    2937<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     38    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     39    --cache-file=config.cache</userinput></screen>
    3140
    3241    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/ppl.xml

    r111b12a r76b06f6  
    66]>
    77
    8 <sect1 id="ch-temp-system-isl" role="wrap">
    9   <?dbhtml filename="isl.html"?>
     8<sect1 id="ch-temp-system-ppl" role="wrap">
     9  <?dbhtml filename="ppl.html"?>
    1010
    11   <title>ISL-&isl-version;</title>
     11  <title>PPL-&ppl-version;</title>
    1212
    13   <indexterm zone="ch-temp-system-isl">
    14     <primary sortas="a-ISL">ISL</primary>
     13  <indexterm zone="ch-temp-system-ppl">
     14    <primary sortas="a-PPL">PPL</primary>
    1515    <secondary>temporary system</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/isl.xml"
     19  href="../../final-system/common/ppl.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of ISL</title>
     23    <title>Installation of PPL</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/isl.xml"
     26    href="../common/ppl.xml"
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" \
    30   ./configure --prefix=/tools \
     29<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3130    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --with-gmp-prefix=/tools</userinput></screen>
     31    --enable-interfaces="c,cxx" --libdir=/tools/lib64 \
     32    --enable-shared --disable-optimization  \
     33    --with-gmp-include=/tools/include --with-gmp-lib=/tools/lib</userinput></screen>
    3334
    3435    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    35     href="../common/isl.xml"
     36    href="../common/ppl.xml"
    3637    xpointer="xpointer(//*[@os='c'])"/>
    3738
    3839    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    39     href="../common/isl.xml"
     40    href="../common/ppl.xml"
    4041    xpointer="xpointer(//*[@os='d'])"/>
    4142       
    4243    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    43     href="../common/isl.xml"
     44    href="../common/ppl.xml"
    4445    xpointer="xpointer(//*[@os='e'])"/>
    4546
    4647    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    47     href="../common/isl.xml"
     48    href="../common/ppl.xml"
    4849    xpointer="xpointer(//*[@os='f'])"/>
    4950
     
    5455
    5556    <para>Details on this package are located in <xref
    56     linkend="contents-isl" role="."/></para>
     57    linkend="contents-ppl" role="."/></para>
    5758
    5859  </sect2>
  • BOOK/temp-system/multilib/tar.xml

    r111b12a r76b06f6  
    2222  <sect2 role="installation">
    2323    <title>Installation of Tar</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../../final-system/common/tar.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/tar.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/vim.xml

    r111b12a r76b06f6  
    2323    <title>Installation of VIM</title>
    2424
    25 <!-- vim branch update patch area
    2625    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2726    href="../common/vim.xml"
     
    3130    href="../common/vim.xml"
    3231    xpointer="xpointer(//*[@os='p2'])"/>
    33 -->
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     34    href="../common/vim.xml"
     35    xpointer="xpointer(//*[@os='s1'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     38    href="../common/vim.xml"
     39    xpointer="xpointer(//*[@os='s2'])"/>
    3440
    3541    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.