Home | History | Annotate | Download | only in toolchain-utils

Lines Matching refs:gcc

4 This script allows you to build/install a customized version of gcc/binutils,
11 ## Build gcc located at /local/gcc/dir and do a bootstrap using the new
14 ./build_tool.py --gcc_dir=/loca/gcc/dir --bootstrap
95 tool_name='gcc', tool_dir=self._gcc_dir):
111 tool_name: either 'gcc' or 'binutils'
184 rv = self.CheckoutToolBranch('gcc', self._gcc_branch)
203 tool_name: either 'gcc' or 'binutils'
240 (rv, ef, efn) = self.FindToolEbuildFile('gcc')
261 tool_name: either "gcc" or "binutils".
268 # To get the active gcc ebuild file, we need a workable chroot first.
307 # Note we shall not use remote branch name (eg. "cros/gcc.gnu.org/...") in
313 tool = 'gcc'
326 # tooldir = '~/android/master-ndk/toolchain/gcc/gcc-4.9'
328 # toolcomponents = toolchain/gcc
343 tool_name: either "gcc" or "binutils"
372 ndk_dir/toolchain/[gcc,binutils].
375 tool_name: either 'gcc' or 'binutils'.
383 # 'gcc-4.9', 'gcc-4.8', etc. find the newest binutils version.
402 tool_components: either "toolchain/gcc" or "toolchain/binutils"
450 if not self.DoBuildToolForBoard('gcc'):
461 tool_name: either "gcc
647 'inside "src/third_party/gcc". '
661 help=('Use a local gcc tree to do bootstrapping. '
684 help=('Setup gcc and/or binutils ebuild file '
685 'to pick up the branch (--gcc/binutils_branch) or '
686 'use gcc and/or binutils source '
687 '(--gcc/binutils_dir) and exit. Keep chroot as is.'
689 '--gcc/binutils_dir/branch options.'))
697 'will modify the active gcc/binutils ebuild file. '
700 'gcc/binutils_dir/branch options.'))
754 # include toolchain/(gcc|binutils)/ part in this option.
755 options.ndk_dir = re.sub('/toolchain(/gcc|/binutils)?/?$', '',
779 'Ignoring any "--gcc/binutils_dir" and/or "--gcc/binutils_branch".')
785 rv = Bootstrapper.ResetToolEbuildFile(options.chromeos_root, 'gcc')