Home
last modified time | relevance | path

Searched refs:nolibc (Results 1 – 19 of 19) sorted by relevance

/linux/tools/testing/selftests/nolibc/
H A DMakefile.nolibc2 # Makefile for nolibc tests
3 # we're in ".../tools/testing/selftests/nolibc"
205 # it defaults to this nolibc directory.
256 @echo "Supported targets under selftests/nolibc:"
259 @echo " sysroot create the nolibc sysroot here (uses \$$ARCH)"
260 @echo " nolibc-test build the executable (uses \$$CC or \$$CROSS_COMPILE)"
263 @echo " initramfs.cpio prepare the initramfs archive with nolibc-test"
264 @echo " initramfs prepare the initramfs tree with nolibc-test"
293 $(Q)$(MAKE) -C $(srctree)/tools/include/nolibc ARCH=$(ARCH) OUTPUT=$(CURDIR)/sysroot/ headers_standalone headers_check
296 nolibc
[all...]
H A DMakefile3 TEST_GEN_PROGS := nolibc-test libc-test
12 $(OUTPUT)/nolibc-test: CFLAGS = -nostdlib -nostdinc -static \
13 -isystem $(top_srcdir)/tools/include/nolibc -isystem $(top_srcdir)/usr/include \
15 $(OUTPUT)/nolibc-test: LDLIBS = $(if $(LLVM),,-lgcc)
16 $(OUTPUT)/nolibc-test: $(NOLIBC_TEST_SOURCES) | headers
23 @echo "For the custom nolibc testsuite use '$(MAKE) -f Makefile.nolibc'; available targets:"
24 @$(MAKE) -f Makefile.nolibc help
H A Drun-tests.sh4 # Test runner for nolibc tests
15 build_location="$(realpath "${cache_dir}"/nolibc-tests/)"
41 Run nolibc testsuite for multiple architectures with crosstools
134 archive_name="${hostarch}-gcc-${crosstool_version}-nolibc-${arch}-${abi}.tar.gz"
163 if [ ! -d "${download_location}gcc-${crosstool_version}-nolibc/${ct_arch}-${ct_abi}/bin/." ]; then
164 echo "No toolchain found in ${download_location}gcc-${crosstool_version}-nolibc/${ct_arch}-${ct_abi}."
169 cross_compile=$(realpath "${download_location}gcc-${crosstool_version}-nolibc/${ct_arch}-${ct_abi}/bin/${ct_arch}-${ct_abi}-")
174 MAKE=(make -f Makefile.nolibc -j"${nproc}" XARCH="${arch}" CROSS_COMPILE="${cross_compile}" LLVM="${llvm}" O="${build_dir}")
H A D.gitignore4 /nolibc-test
/linux/tools/testing/selftests/riscv/vector/
H A DMakefile23 $(CC) -nostdlib -static -include ../../../../include/nolibc/nolibc.h \
30 $(CC) -nostdlib -static -include ../../../../include/nolibc/nolibc.h \
/linux/tools/testing/selftests/arm64/gcs/
H A DMakefile18 -static -I../../../../include/nolibc -include ../../../../include/nolibc/nolibc.h \
/linux/tools/testing/selftests/vDSO/
H A DMakefile23 -fno-stack-protector -include $(top_srcdir)/tools/include/nolibc/nolibc.h \
24 -I$(top_srcdir)/tools/include/nolibc/ $(KHDR_INCLUDES)
/linux/tools/testing/selftests/arm64/abi/
H A DMakefile14 -static -include ../../../../include/nolibc/nolibc.h \
/linux/tools/testing/selftests/rcutorture/bin/
H A Dmkinitrd.sh78 -nostdlib -include ../../../../include/nolibc/nolibc.h \
/linux/tools/include/nolibc/
H A DMakefile2 # Makefile for nolibc installation and tests
5 # we're in ".../tools/include/nolibc"
17 # it defaults to this nolibc directory.
37 nolibc.h \
81 @echo "Supported targets under nolibc:"
113 $(call QUIET_CLEAN, nolibc) rm -rf "$(OUTPUT)sysroot"
/linux/tools/testing/selftests/rseq/
H A Drseq.c144 int __rseq_register_current_thread(bool nolibc, bool legacy) in __rseq_register_current_thread() argument
151 return nolibc ? -EBUSY : 0; in __rseq_register_current_thread()
H A Drseq.h146 int __rseq_register_current_thread(bool nolibc, bool legacy);
/linux/tools/
H A DMakefile82 nolibc: FORCE target
83 $(call descend,include/nolibc)
86 $(call descend,include/nolibc,$(patsubst nolibc_%,%,$@))
/linux/tools/testing/selftests/arm64/fp/
H A DMakefile45 -include ../../../../include/nolibc/nolibc.h -I../..\
/linux/tools/testing/ktest/examples/
H A Dsnowball.conf15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-u…
H A Dcrosstests.conf78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
/linux/tools/testing/selftests/
H A DMakefile87 TARGETS += nolibc
/linux/Documentation/dev-tools/kunit/
H A Drun_wrapper.rst195 - ``$HOME/toolchains/microblaze/gcc-9.2.0-nolibc/microblaze-linux/bin/microblaze-linux``
296 - ``$HOME/toolchains/microblaze/gcc-9.2.0-nolibc/microblaze-linux/bin/microblaze-linux``
/linux/
H A DMAINTAINERS18999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibc.git
19000 F: tools/include/nolibc/
19001 F: tools/testing/selftests/nolibc/