Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'linux-kselftest-fixes-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull Kselftest fix from Shuah Khan:
"Fix an error seen during unconfigured LLVM builds"

* tag 'linux-kselftest-fixes-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
kselftest: Fix error message for unconfigured LLVM builds

+1 -1
+1 -1
tools/testing/selftests/lib.mk
··· 20 20 21 21 ifeq ($(CROSS_COMPILE),) 22 22 ifeq ($(CLANG_TARGET_FLAGS),) 23 - $(error Specify CROSS_COMPILE or add '--target=' option to lib.mk 23 + $(error Specify CROSS_COMPILE or add '--target=' option to lib.mk) 24 24 else 25 25 CLANG_FLAGS += --target=$(CLANG_TARGET_FLAGS) 26 26 endif # CLANG_TARGET_FLAGS