mirror of
https://github.com/google/cpu_features.git
synced 2025-07-02 13:43:18 +02:00
Make toolchain persistent accross runs
This commit is contained in:
@ -14,7 +14,7 @@ if [[ -n "${CROSS_COMPILE}" ]]; then
|
||||
: "${QEMU_ARCH:?Need to set QEMU_ARCH non-empty}"
|
||||
${SCRIPT_FOLDER}/setup_qemu.sh
|
||||
${SCRIPT_FOLDER}/setup_toolchain.sh
|
||||
export TOOLCHAIN=${HOME}/${TOOLCHAIN_NAME}
|
||||
export TOOLCHAIN=${HOME}/toolchains/${TOOLCHAIN_NAME}
|
||||
export PATH=${TOOLCHAIN}/bin:${HOME}/qemu/bin:${PATH}
|
||||
export CMAKE_TOOLCHAIN_FILE=cmake/${TARGET}.cmake
|
||||
if [[ ! -f ${CMAKE_TOOLCHAIN_FILE} ]]; then
|
||||
|
Reference in New Issue
Block a user