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

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dcreate-cross-file.sh35 GCC_ARCH="aarch64-linux-gnu"
39 GCC_ARCH="arm-linux-gnueabihf"
44 if [[ -n "$GCC_ARCH" ]]; then
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"
H A Dlava_build.sh26 GCC_ARCH="aarch64-linux-gnu"
40 GCC_ARCH="arm-linux-gnueabihf"
49 GCC_ARCH="x86_64-linux-gnu"
71 export CROSS_COMPILE="${GCC_ARCH}-"
121 STRIP_CMD="${GCC_ARCH}-strip"
187 mkdir -p /lava-files/rootfs-${DEBIAN_ARCH}/usr/lib/$GCC_ARCH
188 find /libdrm/ -name lib\*\.so\* | xargs cp -t /lava-files/rootfs-${DEBIAN_ARCH}/usr/lib/$GCC_ARCH/.

Completed in 3 milliseconds