/linux/Documentation/arch/arc/ |
H A D | arc.rst | 13 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 D | run_wrapper.rst | 187 - ``--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 D | telemetry.c | 62 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 D | telemetry.h | 19 u8 toolchain; /* ZEPHYR or XCC */ member
|
/linux/Documentation/bpf/ |
H A D | s390.rst | 30 ./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 D | Makefile | 239 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 D | android.txt | 13 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 D | README.md | 25 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 D | openrisc_port.rst | 40 二进制 https://github.com/stffrdhrn/or1k-toolchain-build/releases 42 构建 https://github.com/stffrdhrn/or1k-toolchain-build
|
/linux/tools/testing/selftests/arm64/gcs/ |
H A D | Makefile | 4 # In order to avoid interaction with the toolchain and dynamic linker the
|
/linux/tools/testing/selftests/arm64/mte/ |
H A D | Makefile | 10 # For GCC check that the toolchain has MTE support.
|
/linux/tools/testing/kunit/ |
H A D | kunit.py | 358 '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 D | jump_label.h | 28 * supported by ARC toolchain.
|
/linux/Documentation/arch/x86/ |
H A D | orc-unwinder.rst | 119 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 D | Makefile | 10 # Add "-fstack-protector" only if toolchain supports it.
|
/linux/arch/x86/lib/ |
H A D | bhi.S | 144 nop /* Work around toolchain+objtool quirk */
|
/linux/arch/riscv/ |
H A D | Makefile | 85 # Check if the toolchain supports Zacas 88 # Check if the toolchain supports Zabha
|
/linux/ |
H A D | .gitignore | 181 # Documentation toolchain
|
/linux/arch/x86/include/asm/ |
H A D | ibt.h | 10 * - CC_HAS_IBT: the toolchain supports it
|
/linux/tools/power/acpi/ |
H A D | Makefile.config | 44 # Toolchain: what tools do we use, and what options do they need:
|
/linux/arch/powerpc/tools/ |
H A D | head_check.sh | 48 # gcc-4.6-era toolchain make _stext an A (absolute) symbol rather than T
|
/linux/arch/xtensa/ |
H A D | Kconfig | 321 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 D | README.md | 5 [](#nightly-only)
|
/linux/arch/powerpc/lib/ |
H A D | copypage_64.S | 23 * Hack for toolchain - prefixed instructions cause label difference to
|
/linux/kernel/module/ |
H A D | version.c | 66 /* Broken toolchain. Warn once, then let it go.. */ in check_version()
|