Home
last modified time | relevance | path

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

12

/kernel/liteos_m/
Darch_spec.md6 …│   │ └── gcc --- Implementation of the GCC toolchain
8 …   │ └── keil --- Implementation of the keil toolchain
10 …│   │ │── gcc --- Implementation of the GCC toolchain
13 …│   │ └── iar --- Implementation of the IAR toolchain
17 …│   │ │── gcc --- Implementation of the GCC toolchain
18 …│   │ └── iar --- Implementation of the IAR toolchain
20 …│   │── gcc --- Implementation of the GCC toolchain
21 …│   └── iar --- Implementation of the IAR toolchain
24 …│   └── gcc --- Implementation of the GCC toolchain
27 …│   └── gcc --- Implementation of the GCC toolchain
[all …]
/kernel/linux/linux-5.10/arch/mips/
DMakefile218 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
219 cflags-$(toolchain-msa) += -DTOOLCHAIN_SUPPORTS_MSA
221 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
222 cflags-$(toolchain-virt) += -DTOOLCHAIN_SUPPORTS_VIRT
227 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa)
228 cflags-$(toolchain-xpa) += -DTOOLCHAIN_SUPPORTS_XPA
229 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
230 cflags-$(toolchain-crc) += -DTOOLCHAIN_SUPPORTS_CRC
231 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
232 cflags-$(toolchain-dsp) += -DTOOLCHAIN_SUPPORTS_DSP
[all …]
/kernel/linux/linux-5.10/Documentation/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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:
/kernel/linux/linux-5.10/arch/riscv/
DMakefile58 toolchain-need-zicsr-zifencei := $(call cc-option-yn, -march=$(riscv-march-y)_zicsr_zifencei)
59 riscv-march-$(toolchain-need-zicsr-zifencei) := $(riscv-march-y)_zicsr_zifencei
DKconfig315 Adds "C" to the ISA subsets that the toolchain is allowed to emit
/kernel/linux/linux-5.10/net/bpfilter/
DKconfig19 Note: To compile this as built-in, your toolchain must support
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_mip.c38 char toolchain[32]; member
/kernel/linux/linux-5.10/arch/ia64/
DMakefile31 KBUILD_CPPFLAGS += $(shell $(srctree)/arch/ia64/scripts/toolchain-flags "$(CC)" "$(OBJDUMP)" "$(REA…
/kernel/linux/linux-5.10/
D.gitignore158 # Documentation toolchain
/kernel/uniproton/doc/
DUniProton_build.md12 …per.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads…
/kernel/linux/linux-5.10/Documentation/kbuild/
Dllvm.rst20 collection of toolchain components implemented in terms of C++ objects
/kernel/linux/linux-5.10/samples/bpf/
DREADME.rst101 Or build samples with SYSROOT if some header or library is absent in toolchain,
/kernel/linux/linux-5.10/Documentation/x86/
Dorc-unwinder.rst119 insulates the kernel from toolchain bugs which can be very painful to
121 older versions of the toolchain for years.
/kernel/linux/linux-5.10/arch/powerpc/platforms/
DKconfig.cputype187 bool "Rely on the toolchain's implicit default CPU"
530 CROSS_COMPILE must point to a toolchain capable of targeting
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dxilinx.txt3 The Xilinx EDK toolchain ships with a set of IP cores (devices) for use
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-5.10/Documentation/dev-tools/
Dgcov.rst179 toolchain.
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/
DMakefile12 $(error The toolchain for $(ARCH) is not installed)
/kernel/liteos_a/
DKconfig43 string "GCC cross-compile toolchain prefix"
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/altera/
Daltera_tse.rst26 Quartus toolchain. Quartus 13.1 and 14.0 were used to build the design that
/kernel/linux/linux-5.10/arch/sparc/
DKconfig388 toolchain at www.gaisler.com.
/kernel/linux/linux-5.10/Documentation/doc-guide/
Dcontributing.rst276 Python skills. The Sphinx toolchain is relatively small and well
/kernel/linux/linux-5.10/tools/memory-model/Documentation/
Dsimple.txt26 that your toolchain and hardware are working correctly. In addition,

12