Lines Matching full:toolchain

37  - echo -e "[toolchain]\nroot = /usr" > ~/.buildman
41 - echo -e "\n[toolchain-alias]\nsh = sh4\nopenrisc = or32" >> ~/.buildman
59 # install toolchains based on TOOLCHAIN} variable
60 - if [[ "${TOOLCHAIN}" == *m68k* ]]; then ./tools/buildman/buildman --fetch-arch m68k ; fi
61 …- if [[ "${TOOLCHAIN}" == *microblaze* ]]; then ./tools/buildman/buildman --fetch-arch microblaze …
62 - if [[ "${TOOLCHAIN}" == *mips* ]]; then ./tools/buildman/buildman --fetch-arch mips ; fi
63 - if [[ "${TOOLCHAIN}" == *or32* ]]; then ./tools/buildman/buildman --fetch-arch or32 ; fi
64 - if [[ "${TOOLCHAIN}" == *sh4* ]]; then ./tools/buildman/buildman --fetch-arch sh4 ; fi
65 - if [[ "${TOOLCHAIN}" == *x86_64* ]]; then
67 …echo -e "\n[toolchain-prefix]\nx86 = ${HOME}/.buildman-toolchains/gcc-4.9.0-nolibc/x86_64-linux/bi…
69 - if [[ "${TOOLCHAIN}" == arc ]]; then
70 …wget https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/download/arc-2016.…
73 - if [[ "${TOOLCHAIN}" == *xtensa* ]]; then ./tools/buildman/buildman --fetch-arch xtensa ; fi
74 # If TOOLCHAIN is unset, we're on some flavour of ARM.
75 - if [[ "${TOOLCHAIN}" == "" ]]; then
76 …wget http://releases.linaro.org/components/toolchain/binaries/6.3-2017.02/aarch64-linux-gnu/gcc-li…
77 …wget http://releases.linaro.org/components/toolchain/binaries/6.3-2017.02/arm-linux-gnueabihf/gcc-…
124 TOOLCHAIN="arc"
183 TOOLCHAIN="x86_64"
195 TOOLCHAIN="m68k"
198 TOOLCHAIN="microblaze"
201 TOOLCHAIN="mips"
243 TOOLCHAIN="sh4"
249 TOOLCHAIN="xtensa"
280 TOOLCHAIN="x86_64"
285 TOOLCHAIN="x86_64"
289 TOOLCHAIN="x86_64"
316 TOOLCHAIN="mips"
322 TOOLCHAIN="mips"
328 TOOLCHAIN="mips"
334 TOOLCHAIN="mips"
345 TOOLCHAIN="x86_64"