yanchicao-yiwei-slt
This commit is contained in:
5
build.sh
5
build.sh
@@ -434,8 +434,9 @@ fi
|
||||
# This list contains all cores that will be built.
|
||||
# If you are adding a new core or endianness add it here to have the correct tlib built
|
||||
# [MIPS架构支持] 添加 mips.le 和 mips.be 以支持龙芯1E300等MIPS处理器(小端和大端)
|
||||
# [MIPS架构支持] 添加 mips64.le 和 mips64.be 以支持64位MIPS处理器
|
||||
CORES=(arm.le arm.be arm64.le arm-m.le arm-m.be ppc.le ppc.be ppc64.le ppc64.be i386.le x86_64.le riscv.le riscv64.le sparc.le sparc.be xtensa.le mips.le mips.be mips64.le mips64.be)
|
||||
# [MIPS架构支持] 添加 mips64.le 和 mips64.be 以支持64位MIPS处理器 删除 后续处理64位的
|
||||
CORES=(arm.le arm.be arm64.le arm-m.le arm-m.be ppc.le ppc.be ppc64.le ppc64.be i386.le x86_64.le riscv.le riscv64.le sparc.le sparc.be xtensa.le mips.le mips.be)
|
||||
#CORES=(arm.le arm.be arm64.le arm-m.le arm-m.be ppc.le ppc.be ppc64.le ppc64.be i386.le x86_64.le riscv.le riscv64.le sparc.le sparc.be xtensa.le mips.le mips.be mips64.le mips64.be)
|
||||
# CORES=(arm.le arm.be arm64.le arm-m.le arm-m.be ppc.le ppc.be ppc64.le ppc64.be i386.le x86_64.le riscv.le riscv64.le sparc.le sparc.be xtensa.le)
|
||||
|
||||
# if '--external-lib-arch' was used - pick the first matching one
|
||||
|
||||
Reference in New Issue
Block a user