Home
last modified time | relevance | path

Searched refs:toolchain (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.3-rc2/Documentation/arc/
A Darc.rst13 Good place to start to find relevant FOSS projects, toolchain releases,
62 (GNU toolchain, dtc, make etc) installed on the platform.
64 In both cases, up-to-date GNU toolchain for ARC for the host is needed.
65 Synopsys offers prebuilt toolchain releases which can be used for this purpose,
68 - Synopsys GNU toolchain releases:
69 `<https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases>`_
74 - Bootlin's toolchain collection: `<https://toolchains.bootlin.com>`_
76 Once the toolchain is installed in the system, make sure its "bin" folder
78 ``CROSS_COMPILE=arc-linux`` (or whatever matches installed ARC toolchain prefix)
/linux-6.3-rc2/arch/mips/
A DMakefile208 cflags-$(toolchain-msa) += -DTOOLCHAIN_SUPPORTS_MSA
210 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
211 cflags-$(toolchain-virt) += -DTOOLCHAIN_SUPPORTS_VIRT
216 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa)
217 cflags-$(toolchain-xpa) += -DTOOLCHAIN_SUPPORTS_XPA
218 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
219 cflags-$(toolchain-crc) += -DTOOLCHAIN_SUPPORTS_CRC
220 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
221 cflags-$(toolchain-dsp) += -DTOOLCHAIN_SUPPORTS_DSP
222 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
[all …]
/linux-6.3-rc2/Documentation/openrisc/
A Dopenrisc_port.rst17 Build instructions for OpenRISC toolchain and Linux
21 toolchain and, perhaps, the architectural simulator. Steps to get these bits
28 or Stafford's toolchain build and release scripts.
33 building https://github.com/stffrdhrn/or1k-toolchain-build
/linux-6.3-rc2/Documentation/rust/
A Dquick-start.rst56 The components are installed per toolchain, thus upgrading the Rust compiler
60 into the installation folder of the toolchain::
189 menu. The option is only shown if a suitable Rust toolchain is found (see
205 Building a kernel with a complete LLVM toolchain is the best supported setup
210 For architectures that do not support a full LLVM toolchain, use::
226 is the toolchain does not support Rust's new v0 mangling scheme yet.
/linux-6.3-rc2/Documentation/bpf/
A Ds390.rst30 ./s390-toolchain
31 sudo mount --rbind /dev ./s390-toolchain/dev
32 sudo mount --rbind /proc ./s390-toolchain/proc
33 sudo mount --rbind /sys ./s390-toolchain/sys
34 sudo chroot ./s390-toolchain
/linux-6.3-rc2/tools/perf/Documentation/
A Dandroid.txt13 2. Set cross-compiling environment variables for NDK toolchain and sysroot.
42 3. Set the NDK toolchain environment variable.
50 You need to run make with the NDK toolchain and sysroot defined above:
/linux-6.3-rc2/Documentation/dev-tools/kunit/
A Drun_wrapper.rst185 - ``--cross_compile``: Specifies the Kbuild toolchain. It passes the
187 Kbuild. As a reminder, this will be the prefix for the toolchain
190 - ``sparc64-linux-gnu`` if we have the sparc toolchain installed on
194 if we have downloaded the microblaze toolchain from the 0-day
203 When cross-compiling, we'll likely need to specify a different toolchain, for
286 - ``--cross_compile``: Specifies the Kbuild toolchain. It passes the
288 Kbuild. This will be the prefix for the toolchain
291 - ``sparc64-linux-gnu-`` if we have the sparc toolchain installed on
295 if we have downloaded the microblaze toolchain from the 0-day
/linux-6.3-rc2/net/bpfilter/
A DKconfig19 Note: To compile this as built-in, your toolchain must support
/linux-6.3-rc2/arch/riscv/
A DMakefile62 toolchain-need-zicsr-zifencei := $(call cc-option-yn, -march=$(riscv-march-y)_zicsr_zifencei)
63 riscv-march-$(toolchain-need-zicsr-zifencei) := $(riscv-march-y)_zicsr_zifencei
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/nfpcore/
A Dnfp_mip.c38 char toolchain[32]; member
/linux-6.3-rc2/arch/ia64/
A DMakefile30 KBUILD_CPPFLAGS += $(shell $(srctree)/arch/ia64/scripts/toolchain-flags "$(CC)" "$(OBJDUMP)" "$(REA…
/linux-6.3-rc2/Documentation/translations/zh_CN/openrisc/
A Dopenrisc_port.rst42 构建 https://github.com/stffrdhrn/or1k-toolchain-build
/linux-6.3-rc2/
A D.gitignore170 # Documentation toolchain
/linux-6.3-rc2/tools/scripts/
A DMakefile.include106 CLANG_CROSS_FLAGS += --gcc-toolchain=$(realpath $(GCC_TOOLCHAIN_DIR)/..)
/linux-6.3-rc2/Documentation/
A DChanges88 A particular version of the Rust toolchain is required. Newer versions may or
92 Each Rust toolchain comes with several "components", some of which are required
99 target ``rustavailable`` is useful to check why the Rust toolchain may not
/linux-6.3-rc2/Documentation/process/
A Dchanges.rst88 A particular version of the Rust toolchain is required. Newer versions may or
92 Each Rust toolchain comes with several "components", some of which are required
99 target ``rustavailable`` is useful to check why the Rust toolchain may not
/linux-6.3-rc2/samples/bpf/
A DREADME.rst107 Or build samples with SYSROOT if some header or library is absent in toolchain,
/linux-6.3-rc2/Documentation/x86/
A Dorc-unwinder.rst119 insulates the kernel from toolchain bugs which can be very painful to
121 older versions of the toolchain for years.
/linux-6.3-rc2/tools/testing/selftests/wireguard/qemu/
A DMakefile264 $(eval $(call file_download,toolchain-sha256sums-20211123,$(TOOLCHAIN_DIR)SHA256SUMS#,83da033fd8c79…
265 $(eval $(call file_download,$(TOOLCHAIN_FILENAME),$(TOOLCHAIN_DIR),,$(DISTFILES_PATH)/toolchain-sha…
/linux-6.3-rc2/Documentation/kbuild/
A Dllvm.rst23 `LLVM is a collection of toolchain components implemented in terms of C++
/linux-6.3-rc2/Documentation/devicetree/bindings/
A Dxilinx.txt3 The Xilinx EDK toolchain ships with a set of IP cores (devices) for use
/linux-6.3-rc2/arch/powerpc/platforms/
A DKconfig.cputype242 bool "Rely on the toolchain's implicit default CPU"
587 CROSS_COMPILE must point to a toolchain capable of targeting
/linux-6.3-rc2/arch/xtensa/
A DKconfig300 selected for the toolchain.
308 toolchain that defaults to windowed ABI.
309 When this option is not selected the default toolchain ABI will
/linux-6.3-rc2/Documentation/trace/
A Dftrace-design.rst39 The exact mcount symbol name will depend on your toolchain. Some call it
50 *highly* architecture/toolchain specific. We cannot help you in this regard,
/linux-6.3-rc2/Documentation/dev-tools/
A Dgcov.rst183 toolchain.

Completed in 23 milliseconds

12