Lines Matching full:toolchain
66 built (e.g. because of a toolchain update), use the -f flag.
168 [toolchain]
175 [toolchain-alias]
182 This selects the available toolchain paths. Add the base directory for
188 The toolchain-alias section indicates that the i386 toolchain should be used
191 Note that you can also specific exactly toolchain prefixes if you like:
193 [toolchain-prefix]
198 [toolchain-prefix]
201 This tells buildman that you want to use this exact toolchain for the arm
203 [toolchain] settings.
205 Since the toolchain prefix is an explicit request, buildman will report an
206 error if a toolchain is not found with that prefix. The current PATH will be
209 [toolchain-prefix]
214 [toolchain-wrapper]
218 this example, ccache. It doesn't affect the toolchain scan. The wrapper is
234 Run this check to make sure that you have a toolchain for every architecture.
278 Toolchain '/toolchains/gcc-4.9.0-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-gcc…
299 Toolchain '/toolchains/gcc-4.9.0-nolibc/x86_64-linux/bin/x86_64-linux-x86_64-linux-gcc' at priority…
324 Toolchain '/toolchains/gcc-4.6.3-nolibc/sparc-linux/bin/sparc-linux-gcc' at priority 4 will be igno…
331 Toolchain '/toolchains/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux-gcc' at priority 4 will be ignore…
338 Toolchain '/toolchains/gcc-4.6.3-nolibc/m68k-linux/bin/m68k-linux-gcc' at priority 4 will be ignore…
362 Toolchain '/usr/bin/x86_64-linux-gnu-gcc' at priority 4 will be ignored because another toolchain f…
366 Toolchain '/usr/bin/arm-linux-gnueabi-gcc' at priority 4 will be ignored because another toolchain …
368 Toolchain '/usr/bin/aarch64-linux-gnu-gcc' at priority 4 will be ignored because another toolchain …
370 Toolchain '/usr/bin/winegcc' at priority 11 will be ignored because another toolchain for arch 'san…
372 Toolchain '/usr/bin/arm-linux-gnueabihf-gcc' at priority 4 will be ignored because another toolchai…
413 You can download toolchains and update the [toolchain] section of the
450 arc: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/
452 blackfin: http://sourceforge.net/projects/adi-toolchain/files/
453 blackfin-toolchain-elf-gcc-4.5-2014R1_45-RC2.x86_64.tar.bz2
461 Note openrisc kernel.org toolchain is out of date. Download the latest one from
463 ftp://ocuser:ocuser@openrisc.opencores.org/toolchain/gcc-or1k-elf-4.8.1-x86.tar.bz2.
465 Buildman should now be set up to use your new toolchain.
575 never builds correctly. This could be a problem with our toolchain, or it
638 toolchain: Shows information about the toolchain used for the build.
645 System.map toolchain u-boot u-boot.bin u-boot.map autoconf.mk
852 '[toolchain]' section
855 make sure it is unique. The value is the path to the toolchain. Buildman
863 For example powerpc-linux-gcc will be noted as a toolchain for 'powerpc'
866 '[toolchain-alias]' section
868 This converts toolchain architecture names to U-Boot names. For example,
1042 for details. Once you have your required toolchain(s) detected then you are