HomeSort by relevance Sort by last modified time
    Searched refs:gcc_dir (Results 1 - 7 of 7) sorted by null

  /external/autotest/server/site_tests/platform_GCC/
platform_GCC.py 65 parser.add_option('--gcc_dir',
66 dest='gcc_dir',
80 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/
remote_gcc_build.py 283 def UploadGccPatch(chromeos_root, gcc_dir, branch):
286 gcc_dir = misc.CanonicalizePath(gcc_dir)
290 assert os.path.isdir(gcc_dir), ('{0} is not a valid dir for gcc'
291 'source'.format(gcc_dir))
301 ' {0}/ .'.format(gcc_dir))
303 return UploadPatch(gcc_dir)
348 '-g', '--gcc_dir', default='', dest='gcc_dir', help='The gcc dir')
432 if args.gcc_dir
    [all...]
test_gcc_dejagnu.py 34 def __init__(self, board, remote, gcc_dir, chromeos_root, runtestflags,
38 self._gcc_dir = gcc_dir
79 '--chromeos_root=' + self._chromeos_root, '--gcc_dir=' + self._gcc_dir
175 '--gcc_dir',
176 dest='gcc_dir',
208 adapter = DejagnuAdapter(opt.board, opt.remote, opt.gcc_dir,
build_tc.py 193 '--gcc_dir',
194 dest='gcc_dir',
281 if options.gcc_dir:
282 gcc_dir = misc.CanonicalizePath(options.gcc_dir)
283 assert gcc_dir and os.path.isdir(gcc_dir), 'gcc_dir does not exist!'
321 if options.gcc_dir:
322 tp = ToolchainPart('gcc', gcc_dir, chromeos_root, board
    [all...]
build_tool.py 14 ./build_tool.py --gcc_dir=/loca/gcc/dir --bootstrap
55 gcc_dir=None,
66 self._gcc_dir = gcc_dir
648 'Notice, this must not be used with "--gcc_dir".'))
659 '--gcc_dir',
660 dest='gcc_dir',
776 if (options.gcc_dir or options.gcc_branch or options.binutils_dir or
789 if options.gcc_dir:
790 options.gcc_dir = os.path.abspath(os.path.expanduser(options.gcc_dir))
    [all...]
  /development/scripts/
symbol.py 148 gcc_dir = ARCH
149 if gcc_dir == "arm64":
150 gcc_dir = "aarch64"
151 elif gcc_dir == "mips64":
152 gcc_dir = "mips"
153 elif gcc_dir == "x86_64":
154 gcc_dir = "x86"
158 available_toolchains = glob.glob("%s/prebuilts/gcc/%s-x86/%s/*-linux-*/bin/" % (ANDROID_BUILD_TOP, os_name, gcc_dir))
  /external/v8/tools/clang/scripts/
update.py 299 gcc_dir = os.path.join(LLVM_BUILD_TOOLS_DIR, 'gcc485precise')
300 if not os.path.exists(gcc_dir):
304 args.gcc_toolchain = gcc_dir
    [all...]

Completed in 775 milliseconds