Searched refs:nolibc (Results 1 – 17 of 17) sorted by relevance
| /linux/tools/testing/selftests/nolibc/ |
| 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 | Makefile.nolibc | 2 # Makefile for nolibc tests 3 # we're in ".../tools/testing/selftests/nolibc" 180 # it defaults to this nolibc directory. 233 @echo "Supported targets under selftests/nolibc:" 236 @echo " sysroot create the nolibc sysroot here (uses \$$ARCH)" 237 @echo " nolibc-test build the executable (uses \$$CC or \$$CROSS_COMPILE)" 240 @echo " initramfs.cpio prepare the initramfs archive with nolibc-test" 241 @echo " initramfs prepare the initramfs tree with nolibc-test" 270 $(Q)$(MAKE) -C $(srctree)/tools/include/nolibc ARCH=$(ARCH) OUTPUT=$(CURDIR)/sysroot/ headers_standalone headers_check 273 nolibc [all...] |
| H A D | .gitignore | 4 /nolibc-test
|
| H A D | run-tests.sh | 4 # Test runner for nolibc tests 15 build_location="$(realpath "${cache_dir}"/nolibc-tests/)" 43 Run nolibc testsuite for multiple architectures with crosstools 138 archive_name="${hostarch}-gcc-${crosstool_version}-nolibc-${arch}-${abi}.tar.gz" 167 if [ ! -d "${download_location}gcc-${crosstool_version}-nolibc/${ct_arch}-${ct_abi}/bin/." ]; then 168 echo "No toolchain found in ${download_location}gcc-${crosstool_version}-nolibc/${ct_arch}-${ct_abi}." 173 cross_compile=$(realpath "${download_location}gcc-${crosstool_version}-nolibc/${ct_arch}-${ct_abi}/bin/${ct_arch}-${ct_abi}-") 178 MAKE=(make -f Makefile.nolibc -j"${nproc}" XARCH="${arch}" CROSS_COMPILE="${cross_compile}" LLVM="${llvm}" O="${build_dir}")
|
| /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. 39 nolibc.h \ 83 @echo "Supported targets under nolibc:" 115 $(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/testing/selftests/arm64/fp/ |
| H A D | Makefile | 45 -include ../../../../include/nolibc/nolibc.h -I../..\
|
| /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/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 | 88 TARGETS += nolibc
|