tested working
This commit is contained in:
parent
d03c90da8a
commit
8a3e9a03e8
4 changed files with 291 additions and 0 deletions
|
|
@ -5,6 +5,11 @@ export TARGET_TRIPLET_VENDOR="lfs"
|
|||
export TARGET_TRIPLET_OS="linux"
|
||||
export TARGET_TRIPLET_GNUEABI="gnueabi"
|
||||
|
||||
# See https://mesonbuild.com/Reference-tables.html#cpu-families
|
||||
export CPU_FAMILY="arm"
|
||||
export CPU="arm"
|
||||
export TARGET_ENDIANNESS="little"
|
||||
|
||||
# Pick one:
|
||||
#linux-aarch64 linux-alpha-gcc linux-aout linux-arm64ilp32
|
||||
#linux-arm64ilp32-clang linux-armv4 linux-c64xplus linux-elf linux-generic32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue