Changeset 1218687 for chapter06


Ignore:
Timestamp:
07/23/2007 05:09:53 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
2b75709a
Parents:
8e6333e
Message:

Initial changes to build x86_64 natively. Build needs testing and, very likely, some adjusting.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/x86_64/BOOK@8229 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/chapter06.xml

    r8e6333e r1218687  
    4545  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="findutils.xml"/>
    4646  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="flex.xml"/>
    47   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grub.xml"/>
     47<!--  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grub.xml"/> -->
    4848  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gawk.xml"/>
    4949  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gettext.xml"/>
  • chapter06/creatingdirs.xml

    r8e6333e r1218687  
    2525  ln -sv share/{man,doc,info} $dir
    2626done
     27ln -sv lib /lib64
     28ln -sv lib /usr/lib64
    2729mkdir -v /var/{lock,log,mail,run,spool}
    2830mkdir -pv /var/{opt,cache,lib/{misc,locate},local}</userinput></screen>
  • chapter06/glibc.xml

    r8e6333e r1218687  
    8080
    8181<screen><userinput>sed -i \
    82 's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \
     82's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux-x86-64.so.2 -o|' \
    8383        scripts/test-installation.pl</userinput></screen>
    8484
Note: See TracChangeset for help on using the changeset viewer.