Changeset 1863ad6 for BOOK


Ignore:
Timestamp:
Jul 7, 2013, 11:27:45 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f5706e7
Parents:
6506280
Message:

Update config.cache and description update.

Location:
BOOK/cross-tools
Files:
2 edited

Legend:

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

    r6506280 r1863ad6  
    3535    xpointer="xpointer(//*[@os='f'])"/>
    3636
    37     <para os="dd">The following lines need to be added to
    38     <filename>config.cache</filename> for EGLIBC to support NPTL:</para>
     37    <para os="dd">Add the following to <filename>config.cache</filename>
     38    to disable ssp when building EGLIBC:</para>
    3939
    40 <screen os="de"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
    41 libc_cv_forced_unwind=yes
    42 libc_cv_c_cleanup=yes
    43 libc_cv_gnu89_inline=yes
    44 libc_cv_ssp=no
    45 EOF</userinput></screen>
     40<screen os="de"><userinput>echo "libc_cv_ssp=no" &gt; config.cache</userinput></screen>
    4641
    4742    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/ppc/eglibc.xml

    r6506280 r1863ad6  
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    49 <screen os="de"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
    50 libc_cv_forced_unwind=yes
    51 libc_cv_c_cleanup=yes
    52 libc_cv_ppc_machine=yes
    53 libc_cv_gnu89_inline=yes
    54 libc_cv_ssp=no
    55 EOF</userinput></screen>
     49<screen os="de"><userinput>echo "libc_cv_ssp=no" &gt; config.cache</userinput></screen>
    5650
    5751    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.