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

Lines Matching refs:gcc

29                        'chromiumos/third_party/gcc.git')
30 _CHROMIUM_GCC_BRANCH = 'gcc.gnu.org/branches/google/gcc-4_7-mobile'
70 raise RuntimeError('Failed to checkout gcc.')
72 cmd = ('touch {0}/gcc/config/arm/arm-tune.md ' + \
73 '{0}/gcc/config/arm/arm-tables.opt').format(self._gcc_dir)
83 raise RuntimeError('Building gcc failed.')
159 description=('This script is used by nightly client to test gcc. '
177 default='gcc.live',
178 help=('Optional. Specify gcc checkout directory.'))