Changeset caaeaa7


Ignore:
Timestamp:
02/28/2024 04:02:52 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
687a1b1
Parents:
3ac5c4c
git-author:
Xi Ruoyao <xry111@…> (03/02/2022 11:41:54 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/28/2024 04:02:52 PM)
Message:

mips64el: don't use uname -m for LFS_TGT

uname -m produces "mips64" but we expect "mips64el".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/settingenviron.xml

    r3ac5c4c rcaaeaa7  
    4444LFS=/mnt/lfs
    4545LC_ALL=POSIX
    46 LFS_TGT=$(uname -m)-lfs-linux-gnu
     46LFS_TGT=mips64el-lfs-linux-gnuabi64
    4747PATH=/usr/bin
    4848if [ ! -L /bin ]; then PATH=/bin:$PATH; fi
Note: See TracChangeset for help on using the changeset viewer.