Changeset af447da in clfs-sysroot


Ignore:
Timestamp:
Jan 31, 2009, 8:23:25 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
ef88672
Parents:
c3d197b
Message:

Convert the glibc echos for the config.cache file to a cat command.

File:
1 edited

Legend:

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

    rc3d197b raf447da  
    7272    <filename>config.cache</filename> for Glibc to support NPTL:</para>
    7373
    74 <screen os="e"><userinput>echo "libc_cv_forced_unwind=yes" &gt; config.cache
    75 echo "libc_cv_c_cleanup=yes" &gt;&gt; config.cache
    76 echo "libc_cv_gnu89_inline=yes" &gt;&gt; config.cache</userinput></screen>
     74<screen os="e"><userinput>cat &gt; config.cache &lt;&lt; EOF
     75libc_cv_forced_unwind=yes
     76libc_cv_c_cleanup=yes
     77libc_cv_gnu89_inline=yes
     78EOF</userinput></screen>
    7779
    7880    <para os="f">The following line needs to be added to
Note: See TracChangeset for help on using the changeset viewer.