Searched full:compiler_ver (Results 1 – 2 of 2) sorted by relevance
409 compiler_ver = check_output("clang++ -dumpversion").decode().strip()411 compiler_ver = check_output(env['CXX'].split() + ["-dumpversion"]).decode().strip()419 if env['arch'] == 'arm64-v8.2-a' and not version_at_least(compiler_ver, '6.2.1'):422 elif env['arch'] == 'arm64-v8a' and not version_at_least(compiler_ver, '4.9'):426 if version_at_least(compiler_ver, '6.1'):429 if compiler_ver == '4.8.3':432 if not version_at_least(compiler_ver, '7.0.0') and env['os'] == 'bare_metal':438 if version_at_least(compiler_ver, '9.0.0'):445 if not version_at_least(compiler_ver, '12.0.0'):
210 then sudo apt install gcc-${COMPILER_VER}-multilib;