Home
last modified time | relevance | path

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

12

/linux/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/arch/mips/
H A DMakefile243 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
244 cflags-$(toolchain-msa) += -DTOOLCHAIN_SUPPORTS_MSA
246 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
247 cflags-$(toolchain-virt) += -DTOOLCHAIN_SUPPORTS_VIRT
252 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa)
253 cflags-$(toolchain-xpa) += -DTOOLCHAIN_SUPPORTS_XPA
254 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
255 cflags-$(toolchain-crc) += -DTOOLCHAIN_SUPPORTS_CRC
256 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
257 cflags-$(toolchain-dsp) += -DTOOLCHAIN_SUPPORTS_DSP
[all …]
/linux/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.
33 building https://github.com/stffrdhrn/or1k-toolchain-build
/linux/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/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/Documentation/rust/
H A Dquick-start.rst8 There are a few ways to install a Rust toolchain needed for kernel development.
117 ``rustc`` without affecting your default toolchain.
137 The components are installed per toolchain, thus upgrading the Rust compiler
141 downloaded into the toolchain's installation folder::
272 menu. The option is only shown if a suitable Rust toolchain is found (see
288 Building a kernel with a complete LLVM toolchain is the best supported setup
305 is the toolchain does not support Rust's new v0 mangling scheme yet.
/linux/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/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/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_mip.c38 char toolchain[32]; member
/linux/Documentation/translations/zh_TW/arch/openrisc/
H A Dopenrisc_port.rst42 構建 https://github.com/stffrdhrn/or1k-toolchain-build
/linux/Documentation/translations/zh_CN/arch/openrisc/
H A Dopenrisc_port.rst42 构建 https://github.com/stffrdhrn/or1k-toolchain-build
/linux/
H A D.gitignore175 # Documentation toolchain
/linux/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/tools/scripts/
H A DMakefile.include106 CLANG_CROSS_FLAGS += --gcc-toolchain=$(realpath $(GCC_TOOLCHAIN_DIR)/..)
/linux/Documentation/
H A DChanges97 target ``rustavailable`` is useful to check why the Rust toolchain may not
/linux/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/samples/bpf/
H A DREADME.rst117 Or build samples with SYSROOT if some header or library is absent in toolchain,
/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh80 PLATFORM=<platform> CROSS_COMPILE=<toolchain> $0 -- ./test_progs -t test_lsm
/linux/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/Documentation/devicetree/bindings/
H A Dxilinx.txt3 The Xilinx EDK toolchain ships with a set of IP cores (devices) for use
/linux/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/arch/powerpc/platforms/
H A DKconfig.cputype236 bool "Rely on the toolchain's implicit default CPU"
618 CROSS_COMPILE must point to a toolchain capable of targeting
/linux/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/Documentation/kbuild/
H A Dllvm.rst23 `LLVM is a collection of toolchain components implemented in terms of C++

12