Home
last modified time | relevance | path

Searched full:toolchain (Results 1 – 25 of 74) sorted by relevance

123

/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/Documentation/dev-tools/kunit/
H A Drun_wrapper.rst187 - ``--cross_compile``: Specifies the Kbuild toolchain. It passes the
189 Kbuild. As a reminder, this will be the prefix for the toolchain
192 - ``sparc64-linux-gnu`` if we have the sparc toolchain installed on
196 if we have downloaded the microblaze toolchain from the 0-day
205 When cross-compiling, we'll likely need to specify a different toolchain, for
288 - ``--cross_compile``: Specifies the Kbuild toolchain. It passes the
290 Kbuild. This will be the prefix for the toolchain
293 - ``sparc64-linux-gnu-`` if we have the sparc toolchain installed on
297 if we have downloaded the microblaze toolchain from the 0-day
/linux/sound/soc/sof/intel/
H A Dtelemetry.c62 switch (block->toolchain) { in sof_ipc4_intel_dump_telemetry_state()
64 dev_printk(level, sdev->dev, "FW is built with Zephyr toolchain\n"); in sof_ipc4_intel_dump_telemetry_state()
67 dev_printk(level, sdev->dev, "FW is built with XCC toolchain\n"); in sof_ipc4_intel_dump_telemetry_state()
70 dev_printk(level, sdev->dev, "Unknown toolchain is used\n"); in sof_ipc4_intel_dump_telemetry_state()
H A Dtelemetry.h19 u8 toolchain; /* ZEPHYR or XCC */ member
/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/arch/mips/
H A DMakefile239 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
240 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
[all...]
/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/tools/sched_ext/
H A DREADME.md25 There are a few toolchain dependencies for compiling the example schedulers.
27 ## Toolchain dependencies
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/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/tools/testing/selftests/arm64/gcs/
H A DMakefile4 # In order to avoid interaction with the toolchain and dynamic linker the
/linux/tools/testing/selftests/arm64/mte/
H A DMakefile10 # For GCC check that the toolchain has MTE support.
/linux/tools/testing/kunit/
H A Dkunit.py358 'be set to a toolchain path prefix (the prefix '
359 'of gcc and other tools in your toolchain, for '
361 'sparc toolchain installed on your system, or '
363 'if you have downloaded the microblaze toolchain '
/linux/arch/arc/include/asm/
H A Djump_label.h28 * supported by ARC toolchain.
/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/tools/thermal/tmon/
H A DMakefile10 # Add "-fstack-protector" only if toolchain supports it.
/linux/arch/x86/lib/
H A Dbhi.S144 nop /* Work around toolchain+objtool quirk */
/linux/arch/riscv/
H A DMakefile85 # Check if the toolchain supports Zacas
88 # Check if the toolchain supports Zabha
/linux/
H A D.gitignore181 # Documentation toolchain
/linux/arch/x86/include/asm/
H A Dibt.h10 * - CC_HAS_IBT: the toolchain supports it
/linux/tools/power/acpi/
H A DMakefile.config44 # Toolchain: what tools do we use, and what options do they need:
/linux/arch/powerpc/tools/
H A Dhead_check.sh48 # gcc-4.6-era toolchain make _stext an A (absolute) symbol rather than T
/linux/arch/xtensa/
H A DKconfig321 selected for the toolchain.
329 toolchain that defaults to windowed ABI.
330 When this option is not selected the default toolchain ABI will
/linux/rust/pin-init/
H A DREADME.md5 [![Toolchain](https://img.shields.io/badge/toolchain-nightly-red)](#nightly-only)
/linux/arch/powerpc/lib/
H A Dcopypage_64.S23 * Hack for toolchain - prefixed instructions cause label difference to
/linux/kernel/module/
H A Dversion.c66 /* Broken toolchain. Warn once, then let it go.. */ in check_version()

123