Home
last modified time | relevance | path

Searched refs:gcc_dir (Results 1 – 7 of 7) sorted by relevance

/external/autotest/server/site_tests/platform_GCC/
Dplatform_GCC.py80 gcc_dirs = glob.glob(options.gcc_dir)
88 gcc_dirs = glob.glob(options.gcc_dir)
92 gcc_dir = gcc_dirs[0]
94 logging.info('Testing gcc in the following directory: %s' % gcc_dir)
100 'RUNTESTFLAGS="%s" check-gcc' % (gcc_dir, exp_file,
106 log_from = os.path.join(gcc_dir, 'gcc/testsuite/%s/%s.log' %
/external/toolchain-utils/
Dremote_gcc_build.py280 def UploadGccPatch(chromeos_root, gcc_dir, branch): argument
283 gcc_dir = misc.CanonicalizePath(gcc_dir)
287 assert os.path.isdir(gcc_dir), ('{0} is not a valid dir for gcc'
288 'source'.format(gcc_dir))
298 ' {0}/ .'.format(gcc_dir))
300 return UploadPatch(gcc_dir)
424 if args.gcc_dir:
428 patch.append(UploadGccPatch(chromeos_root, args.gcc_dir, branch))
Dbuild_tool.py56 gcc_dir=None, argument
67 self._gcc_dir = gcc_dir
779 if (options.gcc_dir or options.gcc_branch or options.binutils_dir or
792 if options.gcc_dir:
793 options.gcc_dir = os.path.abspath(os.path.expanduser(options.gcc_dir))
794 if not os.path.isdir(options.gcc_dir):
796 options.gcc_dir))
799 if options.gcc_branch and options.gcc_dir:
817 or options.gcc_dir)):
841 gcc_dir=options.gcc_dir,
Dbuild_tc.py265 if options.gcc_dir:
266 gcc_dir = misc.CanonicalizePath(options.gcc_dir)
267 assert gcc_dir and os.path.isdir(gcc_dir), 'gcc_dir does not exist!'
305 if options.gcc_dir:
306 tp = ToolchainPart('gcc', gcc_dir, chromeos_root, board,
Dtest_gcc_dejagnu.py34 def __init__(self, board, remote, gcc_dir, chromeos_root, runtestflags, argument
38 self._gcc_dir = gcc_dir
199 adapter = DejagnuAdapter(opt.board, opt.remote, opt.gcc_dir,
/external/compiler-rt/test/asan/
Dlit.cfg185 gcc_dir = os.path.dirname(config.clang)
186 libasan_dir = os.path.join(gcc_dir, "..", "lib" + config.bits)
/external/v8/tools/clang/scripts/
Dupdate.py307 gcc_dir = os.path.join(LLVM_BUILD_TOOLS_DIR, 'gcc485precise')
308 if not os.path.exists(gcc_dir):
312 args.gcc_toolchain = gcc_dir