Skip to content

Commit 27ec5d0

Browse files
[#88885] List core targets in tlib
1 parent 1507a0f commit 27ec5d0

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,8 @@ then
455455
fi
456456
fi
457457

458-
# This list contains all cores that will be built.
459-
# If you are adding a new core or endianness add it here to have the correct tlib built
460-
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)
458+
# Include a list of all cores to build
459+
. ${ROOT_PATH}/src/Infrastructure/src/Emulator/Cores/tlib/cores.sh
461460

462461
# if '--external-lib-arch' was used - pick the first matching one
463462
if [[ ! -z $EXTERNAL_LIB_ARCH ]]; then

src/Infrastructure

0 commit comments

Comments
 (0)