Home
last modified time | relevance | path

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

12

/Linux-v6.6/Documentation/arch/arc/
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-v6.6/arch/mips/
DMakefile245 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
246 cflags-$(toolchain-msa) += -DTOOLCHAIN_SUPPORTS_MSA
248 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
249 cflags-$(toolchain-virt) += -DTOOLCHAIN_SUPPORTS_VIRT
254 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa)
255 cflags-$(toolchain-xpa) += -DTOOLCHAIN_SUPPORTS_XPA
256 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
257 cflags-$(toolchain-crc) += -DTOOLCHAIN_SUPPORTS_CRC
258 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
259 cflags-$(toolchain-dsp) += -DTOOLCHAIN_SUPPORTS_DSP
[all …]
/Linux-v6.6/Documentation/arch/openrisc/
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-v6.6/Documentation/rust/
Dquick-start.rst42 ``rustc`` without affecting your default toolchain. If you are not using
58 The components are installed per toolchain, thus upgrading the Rust compiler
62 downloaded into the toolchain's installation folder::
211 menu. The option is only shown if a suitable Rust toolchain is found (see
227 Building a kernel with a complete LLVM toolchain is the best supported setup
232 For architectures that do not support a full LLVM toolchain, use::
248 is the toolchain does not support Rust's new v0 mangling scheme yet.
/Linux-v6.6/Documentation/bpf/
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-v6.6/tools/perf/Documentation/
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-v6.6/Documentation/dev-tools/kunit/
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-v6.6/net/bpfilter/
DKconfig19 Note: To compile this as built-in, your toolchain must support
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_mip.c38 char toolchain[32]; member
/Linux-v6.6/Documentation/translations/zh_CN/arch/openrisc/
Dopenrisc_port.rst42 构建 https://github.com/stffrdhrn/or1k-toolchain-build
/Linux-v6.6/arch/ia64/
DMakefile30 KBUILD_CPPFLAGS += $(shell $(srctree)/arch/ia64/scripts/toolchain-flags "$(CC)" "$(OBJDUMP)" "$(REA…
/Linux-v6.6/
D.gitignore168 # Documentation toolchain
/Linux-v6.6/tools/scripts/
DMakefile.include106 CLANG_CROSS_FLAGS += --gcc-toolchain=$(realpath $(GCC_TOOLCHAIN_DIR)/..)
/Linux-v6.6/Documentation/process/
Dchanges.rst90 A particular version of the Rust toolchain is required. Newer versions may or
94 Each Rust toolchain comes with several "components", some of which are required
101 target ``rustavailable`` is useful to check why the Rust toolchain may not
/Linux-v6.6/Documentation/
DChanges90 A particular version of the Rust toolchain is required. Newer versions may or
94 Each Rust toolchain comes with several "components", some of which are required
101 target ``rustavailable`` is useful to check why the Rust toolchain may not
/Linux-v6.6/samples/bpf/
DREADME.rst117 Or build samples with SYSROOT if some header or library is absent in toolchain,
/Linux-v6.6/Documentation/arch/x86/
Dorc-unwinder.rst119 insulates the kernel from toolchain bugs which can be very painful to
121 older versions of the toolchain for years.
/Linux-v6.6/tools/testing/selftests/wireguard/qemu/
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-v6.6/Documentation/devicetree/bindings/
Dxilinx.txt3 The Xilinx EDK toolchain ships with a set of IP cores (devices) for use
/Linux-v6.6/Documentation/trace/
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-v6.6/arch/powerpc/platforms/
DKconfig.cputype245 bool "Rely on the toolchain's implicit default CPU"
633 CROSS_COMPILE must point to a toolchain capable of targeting
/Linux-v6.6/arch/xtensa/
DKconfig317 selected for the toolchain.
325 toolchain that defaults to windowed ABI.
326 When this option is not selected the default toolchain ABI will
/Linux-v6.6/Documentation/kbuild/
Dllvm.rst23 `LLVM is a collection of toolchain components implemented in terms of C++
/Linux-v6.6/Documentation/dev-tools/
Dgcov.rst183 toolchain.
/Linux-v6.6/tools/objtool/Documentation/
Dobjtool.txt8 Objtool has become an integral part of the x86-64 kernel toolchain. The
56 - Other toolchain hacks which will go unmentioned at this time...

12