OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binutils_dir
(Results
1 - 2
of
2
) sorted by null
/external/toolchain-utils/
build_tc.py
197
'--
binutils_dir
',
198
dest='
binutils_dir
',
284
if options.
binutils_dir
:
285
binutils_dir
= misc.CanonicalizePath(options.
binutils_dir
)
286
assert os.path.isdir(
binutils_dir
), '
binutils_dir
does not exist!'
327
if options.
binutils_dir
:
328
tp = ToolchainPart('binutils',
binutils_dir
, chromeos_root, board,
build_tool.py
57
binutils_dir
=None,
72
self._binutils_dir =
binutils_dir
656
'"--
binutils_dir
".'))
665
'--
binutils_dir
',
666
dest='
binutils_dir
',
687
'(--gcc/
binutils_dir
) and exit. Keep chroot as is.'
689
'--gcc/
binutils_dir
/branch options.'))
700
'gcc/
binutils_dir
/branch options.'))
776
if (options.gcc_dir or options.gcc_branch or options.
binutils_dir
or
779
'Ignoring any "--gcc/
binutils_dir
" and/or "--gcc/binutils_branch".'
[
all
...]
Completed in 135 milliseconds