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

Prepare for CLFS-2.0.0 release.

Location:
BOOK/cross-tools/ppc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/ppc/eglibc.xml

    r111b12a r76b06f6  
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../../final-system/ppc/eglibc.xml"
     31    xpointer="xpointer(//*[@os='p5'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     34    href="../../final-system/ppc/eglibc.xml"
     35    xpointer="xpointer(//*[@os='p6'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     38    href="../common/eglibc.xml"
     39    xpointer="xpointer(//*[@os='db'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     42    href="../common/eglibc.xml"
     43    xpointer="xpointer(//*[@os='dc'])"/>
     44
     45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3046    href="../common/eglibc.xml"
    3147    xpointer="xpointer(//*[@os='e'])"/>
     
    3955    xpointer="xpointer(//*[@os='dd'])"/>
    4056
    41 <screen os="de"><userinput>echo "libc_cv_ssp=no" &gt; config.cache</userinput></screen>
     57<screen os="de"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
     58libc_cv_forced_unwind=yes
     59libc_cv_c_cleanup=yes
     60libc_cv_ppc_machine=yes
     61libc_cv_gnu89_inline=yes
     62libc_cv_ssp=no
     63EOF</userinput></screen>
    4264
    4365    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    81103    xpointer="xpointer(//*[@os='dn'])"/>
    82104
     105    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     106    href="../../final-system/common/eglibc.xml"
     107    xpointer="xpointer(//*[@os='ra'])"/>
     108
     109    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     110    href="../common/eglibc.xml"
     111    xpointer="xpointer(//*[@os='rb'])"/>
     112
    83113  </sect2>
    84114
  • BOOK/cross-tools/ppc/gcc-final.xml

    r111b12a r76b06f6  
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../../final-system/common/gcc.xml"
     26    href="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="gcc-static.xml"
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    3232
     
    4646    href="gcc-static.xml"
    4747    xpointer="xpointer(//*[@os='ah'])"/>
     48
     49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     50    href="gcc-static.xml"
     51    xpointer="xpointer(//*[@os='ai'])"/>
     52
     53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     54    href="gcc-static.xml"
     55    xpointer="xpointer(//*[@os='aj'])"/>
    4856
    4957    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/ppc/gcc-static.xml

    r111b12a r76b06f6  
    2525
    2626    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    27     href="../../final-system/common/gcc.xml"
     27    href="../common/gcc-static.xml"
    2828    xpointer="xpointer(//*[@os='p1'])"/>
    2929
    3030    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    31     href="../../final-system/common/gcc.xml"
     31    href="../common/gcc-static.xml"
    3232    xpointer="xpointer(//*[@os='p2'])"/>
    3333
     
    4444    xpointer="xpointer(//*[@os='ag'])"/>
    4545
    46 <screen os="ah"><userinput>echo -en '\n#undef STANDARD_STARTFILE_PREFIX_1\n#define STANDARD_STARTFILE_PREFIX_1 "/tools/lib/"\n' >> gcc/config/rs6000/sysv4.h
     46<screen os="ah"><userinput>echo -en '#undef STANDARD_INCLUDE_DIR\n#define STANDARD_INCLUDE_DIR "/tools/include/"\n\n' >> gcc/config/rs6000/sysv4.h
     47echo -en '\n#undef STANDARD_STARTFILE_PREFIX_1\n#define STANDARD_STARTFILE_PREFIX_1 "/tools/lib/"\n' >> gcc/config/rs6000/sysv4.h
    4748echo -en '\n#undef STANDARD_STARTFILE_PREFIX_2\n#define STANDARD_STARTFILE_PREFIX_2 ""\n' >> gcc/config/rs6000/sysv4.h</userinput></screen>
     49
     50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     51    href="../common/gcc-static.xml"
     52    xpointer="xpointer(//*[@os='ai'])"/>
     53
     54    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     55    href="../common/gcc-static.xml"
     56    xpointer="xpointer(//*[@os='aj'])"/>
    4857
    4958    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/ppc/linux-headers.xml

    r111b12a r76b06f6  
    3131    xpointer="xpointer(//*[@os='b'])"/>
    3232
    33 <screen os="c"><userinput>make mrproper
     33<screen os="c"><userinput>install -dv /tools/include
     34make mrproper
    3435make ARCH=powerpc headers_check
    35 make ARCH=powerpc INSTALL_HDR_PATH=/tools headers_install</userinput></screen>
     36make ARCH=powerpc INSTALL_HDR_PATH=dest headers_install
     37cp -rv dest/include/* /tools/include</userinput></screen>
    3638
    3739    <variablelist os="d">
     
    5153
    5254      <varlistentry os="d3">
    53         <term><parameter>make ARCH=powerpc INSTALL_HDR_PATH=/tools headers_install</parameter></term>
     55        <term><parameter>make ARCH=powerpc INSTALL_HDR_PATH=dest headers_install</parameter></term>
    5456        <listitem>
    55           <para>This will install the kernel headers into
    56           <filename class="directory">/tools/include</filename>.</para>
     57          <para>Normally the headers_install target removes the entire
     58          destination directory (default
     59          <filename class="directory">/usr/include</filename>) before
     60          installing the headers. To prevent this, we tell the kernel to
     61          install the headers to a directory inside the source dir.</para>
    5762        </listitem>
    5863      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.