Ignore:
Timestamp:
02/28/2024 04:02:52 PM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
caaeaa7
Parents:
e43d96fa
git-author:
Xi Ruoyao <xry111@…> (02/28/2022 02:59:09 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/28/2024 04:02:52 PM)
Message:

mips64el: create /lib64

With N64 ABI, mips64 Linux ELF loader is in /lib64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/addinguser.xml

    re43d96fa r3ac5c4c  
    8181  <systemitem class="username">lfs</systemitem> the owner:</para>
    8282
    83 <screen><userinput>chown -v lfs $LFS/{usr{,/*},lib,var,etc,bin,sbin,tools}
    84 case $(uname -m) in
    85   x86_64) chown -v lfs $LFS/lib64 ;;
    86 esac</userinput></screen>
     83<screen><userinput>chown -v lfs $LFS/{usr{,/*},lib*,var,etc,bin,sbin,tools}</userinput></screen>
    8784
    8885<note><para>In some host systems, the following <command>su</command> command does not complete
Note: See TracChangeset for help on using the changeset viewer.