Home
last modified time | relevance | path

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

12

/linux-6.15/Documentation/arch/arc/
H 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.15/arch/mips/
H A DMakefile240 cflags-$(toolchain-msa) += -DTOOLCHAIN_SUPPORTS_MSA
242 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
243 cflags-$(toolchain-virt) += -DTOOLCHAIN_SUPPORTS_VIRT
248 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa)
249 cflags-$(toolchain-xpa) += -DTOOLCHAIN_SUPPORTS_XPA
250 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
251 cflags-$(toolchain-crc) += -DTOOLCHAIN_SUPPORTS_CRC
252 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
253 cflags-$(toolchain-dsp) += -DTOOLCHAIN_SUPPORTS_DSP
254 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
[all …]
/linux-6.15/Documentation/arch/openrisc/
H 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.
31 binaries https://github.com/stffrdhrn/or1k-toolchain-build/releases
33 building https://github.com/stffrdhrn/or1k-toolchain-build
/linux-6.15/Documentation/bpf/
H 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.15/Documentation/translations/zh_TW/arch/openrisc/
H A Dopenrisc_port.rst40 二進制 https://github.com/stffrdhrn/or1k-toolchain-build/releases
42 構建 https://github.com/stffrdhrn/or1k-toolchain-build
/linux-6.15/Documentation/translations/zh_CN/arch/openrisc/
H A Dopenrisc_port.rst40 二进制 https://github.com/stffrdhrn/or1k-toolchain-build/releases
42 构建 https://github.com/stffrdhrn/or1k-toolchain-build
/linux-6.15/tools/perf/Documentation/
H 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.15/Documentation/dev-tools/kunit/
H 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.15/Documentation/rust/
H A Dquick-start.rst8 There are a few ways to install a Rust toolchain needed for kernel development.
134 ``rustc`` without affecting your default toolchain.
154 The components are installed per toolchain, thus upgrading the Rust compiler
158 downloaded into the toolchain's installation folder::
289 menu. The option is only shown if a suitable Rust toolchain is found (see
305 Building a kernel with a complete LLVM toolchain is the best supported setup
322 is the toolchain does not support Rust's new v0 mangling scheme yet.
/linux-6.15/sound/soc/sof/intel/
H A Dtelemetry.h19 u8 toolchain; /* ZEPHYR or XCC */ member
H A Dtelemetry.c62 switch (block->toolchain) { in sof_ipc4_intel_dump_telemetry_state()
/linux-6.15/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_mip.c38 char toolchain[32]; member
/linux-6.15/
H A D.gitignore179 # Documentation toolchain
/linux-6.15/tools/sched_ext/
H A DREADME.md25 There are a few toolchain dependencies for compiling the example schedulers.
42 Rust schedulers uses features present in the rust toolchain >= 1.70.0. You
150 Once you have your toolchain setup, and a vmlinux that can be used to generate
/linux-6.15/tools/scripts/
H A DMakefile.include109 CLANG_CROSS_FLAGS += --gcc-toolchain=$(realpath $(GCC_TOOLCHAIN_DIR)/..)
/linux-6.15/samples/bpf/
H A DREADME.rst117 Or build samples with SYSROOT if some header or library is absent in toolchain,
/linux-6.15/Documentation/arch/x86/
H 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.15/tools/testing/selftests/bpf/
H A Dvmtest.sh80 PLATFORM=<platform> CROSS_COMPILE=<toolchain> $0 -- ./test_progs -t test_lsm
/linux-6.15/tools/testing/selftests/wireguard/qemu/
H 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.15/Documentation/dev-tools/
H A Dpropeller.rst30 #. In addition to LLVM toolchain, Propeller requires a profiling
/linux-6.15/Documentation/devicetree/bindings/
H A Dxilinx.txt3 The Xilinx EDK toolchain ships with a set of IP cores (devices) for use
/linux-6.15/Documentation/trace/
H 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.15/arch/powerpc/platforms/
H A DKconfig.cputype236 bool "Rely on the toolchain's implicit default CPU"
631 CROSS_COMPILE must point to a toolchain capable of targeting
/linux-6.15/arch/xtensa/
H A DKconfig320 selected for the toolchain.
328 toolchain that defaults to windowed ABI.
329 When this option is not selected the default toolchain ABI will
/linux-6.15/Documentation/kbuild/
H A Dllvm.rst23 `LLVM is a collection of toolchain components implemented in terms of C++

12