diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-10-02 05:28:35 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-10-06 09:16:21 +0900 |
commit | 0715fdb03e2c4f5748d245a231e422602ed29f33 (patch) | |
tree | d03ae606bc877ceb332fd6b20de07a97ef100ab3 /arch/riscv/Makefile | |
parent | cff6fdf0b2d45f563e2c25f243c624a2723d5f58 (diff) | |
download | linux-0715fdb03e2c4f5748d245a231e422602ed29f33.tar.gz linux-0715fdb03e2c4f5748d245a231e422602ed29f33.tar.bz2 linux-0715fdb03e2c4f5748d245a231e422602ed29f33.zip |
docs: bump minimal GNU Make version to 3.82
GNU Make 3.81 fails in CONFIG_RUST=y builds.
rust/Makefile:105: *** multiple target patterns. Stop.
make[1]: *** [prepare] Error 2
make: *** [__sub-make] Error 2
The error message is unclear, but the reason is because the 'private'
keyword is only supported since GNU Make 3.82.
GNU Make 3.81 is still able to build the kernel when CONFIG_RUST is
disabled, but it might be a good timing to raise the minimal GNU Make
version. Perhaps, I am the last person who was testing GNU Make 3.81.
GNU Make 3.81 was released in 2006, GNU Make 3.82 in 2010.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'arch/riscv/Makefile')
0 files changed, 0 insertions, 0 deletions