Searched refs:nolibc (Results 1 – 19 of 19) sorted by relevance
| /linux/tools/testing/selftests/nolibc/ |
| H A D | Makefile.nolibc | 2 # 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 D | Makefile | 3 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 D | run-tests.sh | 4 # 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 | .gitignore | 4 /nolibc-test
|
| /linux/tools/testing/selftests/riscv/vector/ |
| H A D | Makefile | 23 $(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 D | Makefile | 18 -static -I../../../../include/nolibc -include ../../../../include/nolibc/nolibc.h \
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | Makefile | 23 -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 D | Makefile | 14 -static -include ../../../../include/nolibc/nolibc.h \
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | mkinitrd.sh | 78 -nostdlib -include ../../../../include/nolibc/nolibc.h \
|
| /linux/tools/include/nolibc/ |
| H A D | Makefile | 2 # 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 D | rseq.c | 144 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 D | rseq.h | 146 int __rseq_register_current_thread(bool nolibc, bool legacy);
|
| /linux/tools/ |
| H A D | Makefile | 82 nolibc: FORCE target 83 $(call descend,include/nolibc) 86 $(call descend,include/nolibc,$(patsubst nolibc_%,%,$@))
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | Makefile | 45 -include ../../../../include/nolibc/nolibc.h -I../..\
|
| /linux/tools/testing/ktest/examples/ |
| H A D | snowball.conf | 15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-u…
|
| H A D | crosstests.conf | 78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
|
| /linux/tools/testing/selftests/ |
| H A D | Makefile | 87 TARGETS += nolibc
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | run_wrapper.rst | 195 - ``$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 D | MAINTAINERS | 18999 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/
|