diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2025-04-09 15:43:37 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2025-04-10 17:07:48 +0000 |
| commit | a6ec893839824d1b080d8c0c02360e5db5c6d39f (patch) | |
| tree | 20cccc5b6b17e2196c3ee6c45f953605a04b4112 /tools | |
| parent | 384722970d21d45e6975702894cc3d6592219a01 (diff) | |
tools/syz-declextract: don't say that clang is optional
pkg/clangtool checks that source files were compiled with clang.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-declextract/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-declextract/README.md b/tools/syz-declextract/README.md index 86012ea89..142737684 100644 --- a/tools/syz-declextract/README.md +++ b/tools/syz-declextract/README.md @@ -5,7 +5,7 @@ export KERNEL=$PWD/linux git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $KERNEL cd $KERNEL -make CC=clang defconfig # Having clang as the compiler is optional but removes erros later on +make CC=clang defconfig ./scripts/config -e FTRACE_SYSCALLS make CC=clang olddefconfig make CC=clang -j`nproc` # kernel has to be built at least once for the script to work |
