Searched full:toolchain_path (Results 1 – 7 of 7) sorted by relevance
97 toolchain_path = os.path.join(toolchain_root, '${CLNUM}')101 cmd.MakeDir(toolchain_path),106 '--results-dir=%s' % toolchain_path,
33 export TOOLCHAIN_PATH=$PWD/android-cmake/android.toolchain.cmake47 …V_BUILD_COMPRESSION=ON -DSPIRV_SKIP_TESTS=ON -DCMAKE_TOOLCHAIN_FILE=$TOOLCHAIN_PATH -GNinja -DANDR…
60 export TOOLCHAIN_PATH=$ANDROID_NDK/build/cmake/android.toolchain.cmake;74 cmake -DCMAKE_TOOLCHAIN_FILE=${TOOLCHAIN_PATH}
71 file(RELATIVE_PATH toolchain_path "${AOM_CONFIG_DIR}"74 set(toolchain_path "${CMAKE_TOOLCHAIN_FILE}") variable76 set(toolchain_string "-DCMAKE_TOOLCHAIN_FILE=\\\"${toolchain_path}\\\"")
1112 TOOLCHAIN_PATH=${COMPILER_LOCATION%/*}/arm-linux-androideabi-1113 CC=${TOOLCHAIN_PATH}gcc1114 CXX=${TOOLCHAIN_PATH}g++1115 AR=${TOOLCHAIN_PATH}ar1116 LD=${TOOLCHAIN_PATH}gcc1117 AS=${TOOLCHAIN_PATH}as1118 STRIP=${TOOLCHAIN_PATH}strip1119 NM=${TOOLCHAIN_PATH}nm
491 toolchain_path = self.PathJoin(self.ToAbsPath(build_dir),493 if not self.Exists(toolchain_path):