Searched refs:toolchain_file (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dcreate-cross-file.sh33 toolchain_file="/toolchain-$arch.cmake"
45 echo "set(CMAKE_SYSTEM_NAME Linux)" > "$toolchain_file"
46 echo "set(CMAKE_SYSTEM_PROCESSOR arm)" >> "$toolchain_file"
47 echo "set(CMAKE_C_COMPILER /usr/lib/ccache/$GCC_ARCH-gcc)" >> "$toolchain_file"
48 echo "set(CMAKE_CXX_COMPILER /usr/lib/ccache/$GCC_ARCH-g++)" >> "$toolchain_file"
49 echo "set(ENV{PKG_CONFIG} \"/usr/bin/$GCC_ARCH-pkg-config\")" >> "$toolchain_file"
50 echo "set(DE_CPU $DE_CPU)" >> "$toolchain_file"

Completed in 2 milliseconds