Lines Matching refs:gcc
18 Configure gcc ARM toolchain
24 # import gcc tool from parts ( we only need to add configurations to be loaded)
25 from parts.tools.gcc import *
27 parts.tools.GnuCommon.common.gcc.Register(
33 # default binary location for arm-linux-gnueabi-gcc compiler
38 shell_vars={'PATH': '${GCC.INSTALL_ROOT}'},
39 test_file='arm-linux-gnueabi-gcc')
43 parts.tools.GnuCommon.common.gcc.Register(
49 # default binary location for arm-linux-gnueabihf-gcc compiler
54 shell_vars={'PATH': '${GCC.INSTALL_ROOT}'},
55 test_file='arm-linux-gnueabihf-gcc')
59 parts.tools.GnuCommon.common.gcc.Register(
65 # default binary location for aarch64-linux-gnu-gcc compiler
70 shell_vars={'PATH': '${GCC.INSTALL_ROOT}'},
71 test_file='aarch64-linux-gnu-gcc')