Changeset 5a5e71f
- Timestamp:
 - Jan 18, 2009, 3:03:26 PM (17 years ago)
 - Branches:
 - clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
 - Children:
 - c768003
 - Parents:
 - 1e16d91
 - File:
 - 
      
- 1 edited
 
- 
          
  BOOK/cross-tools/common/glibc.xml (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/cross-tools/common/glibc.xml
r1e16d91 r5a5e71f 50 50 <filename>config.cache</filename> for Glibc to support NPTL:</para> 51 51 52 <screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" > config.cache 53 echo "libc_cv_c_cleanup=yes" >> config.cache 54 echo "libc_cv_gnu89_inline=yes" >> config.cache</userinput></screen> 52 <screen os="de"><userinput>cat > config.cache << "EOF" 53 libc_cv_forced_unwind=yes 54 libc_cv_c_cleanup=yes 55 libc_cv_gnu99_inline=yes 56 EOF</userinput></screen> 55 57 56 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  