Searched refs:toolchain (Results 1 – 25 of 28) sorted by relevance
12
| /Linux-v5.10/arch/mips/ |
| D | Makefile | 199 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa) 200 cflags-$(toolchain-msa) += -DTOOLCHAIN_SUPPORTS_MSA 202 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt) 203 cflags-$(toolchain-virt) += -DTOOLCHAIN_SUPPORTS_VIRT 208 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa) 209 cflags-$(toolchain-xpa) += -DTOOLCHAIN_SUPPORTS_XPA 210 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc) 211 cflags-$(toolchain-crc) += -DTOOLCHAIN_SUPPORTS_CRC 212 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp) 213 cflags-$(toolchain-dsp) += -DTOOLCHAIN_SUPPORTS_DSP [all …]
|
| /Linux-v5.10/Documentation/openrisc/ |
| D | openrisc_port.rst | 17 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-v5.10/Documentation/bpf/ |
| 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-v5.10/tools/perf/Documentation/ |
| 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-v5.10/net/bpfilter/ |
| D | Kconfig | 19 Note: To compile this as built-in, your toolchain must support
|
| /Linux-v5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| D | nfp_mip.c | 38 char toolchain[32]; member
|
| /Linux-v5.10/arch/ia64/ |
| D | Makefile | 31 KBUILD_CPPFLAGS += $(shell $(srctree)/arch/ia64/scripts/toolchain-flags "$(CC)" "$(OBJDUMP)" "$(REA…
|
| /Linux-v5.10/ |
| D | .gitignore | 156 # Documentation toolchain
|
| D | Makefile | 570 CLANG_FLAGS += --gcc-toolchain=$(GCC_TOOLCHAIN)
|
| /Linux-v5.10/Documentation/kbuild/ |
| D | llvm.rst | 20 collection of toolchain components implemented in terms of C++ objects
|
| /Linux-v5.10/samples/bpf/ |
| D | README.rst | 101 Or build samples with SYSROOT if some header or library is absent in toolchain,
|
| /Linux-v5.10/arch/arm64/kernel/vdso32/ |
| D | Makefile | 20 CC_COMPAT_CLANG_FLAGS += --gcc-toolchain=$(COMPAT_GCC_TOOLCHAIN)
|
| /Linux-v5.10/Documentation/x86/ |
| 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-v5.10/Documentation/devicetree/bindings/ |
| D | xilinx.txt | 3 The Xilinx EDK toolchain ships with a set of IP cores (devices) for use
|
| /Linux-v5.10/Documentation/trace/ |
| D | ftrace-design.rst | 39 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-v5.10/Documentation/dev-tools/ |
| D | gcov.rst | 179 toolchain.
|
| /Linux-v5.10/arch/riscv/ |
| D | Kconfig | 305 Adds "C" to the ISA subsets that the toolchain is allowed to emit
|
| /Linux-v5.10/tools/testing/selftests/wireguard/qemu/ |
| D | Makefile | 12 $(error The toolchain for $(ARCH) is not installed)
|
| /Linux-v5.10/arch/powerpc/platforms/ |
| D | Kconfig.cputype | 515 CROSS_COMPILE must point to a toolchain capable of targeting
|
| /Linux-v5.10/arch/sparc/ |
| D | Kconfig | 388 toolchain at www.gaisler.com.
|
| /Linux-v5.10/Documentation/networking/device_drivers/ethernet/altera/ |
| D | altera_tse.rst | 26 Quartus toolchain. Quartus 13.1 and 14.0 were used to build the design that
|
| /Linux-v5.10/Documentation/doc-guide/ |
| D | contributing.rst | 276 Python skills. The Sphinx toolchain is relatively small and well
|
| D | sphinx.rst | 35 Most distributions are shipped with Sphinx, but its toolchain is fragile,
|
| /Linux-v5.10/tools/memory-model/Documentation/ |
| D | simple.txt | 26 that your toolchain and hardware are working correctly. In addition,
|
| /Linux-v5.10/Documentation/process/ |
| D | howto.rst | 38 The kernel is written using GNU C and the GNU toolchain. While it 44 difficult to understand the assumptions the kernel has on the toolchain
|
12