Skip to content

Commit

Permalink
sbin/make.cross: set explicit clang version number
Browse files Browse the repository at this point in the history
Signed-off-by: Yujie Liu <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
Yujie-Liu authored and rli9 committed Nov 19, 2023
1 parent 69a8b7c commit ac4e7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kbuild/make.cross
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ make_cross_main()

check_install_path || {
echo "Please set COMPILER_INSTALL_PATH to specify compiler install path"
echo "E.g. COMPILER_INSTALL_PATH=\$HOME/0day COMPILER=clang make.cross ARCH=x86_64"
echo "E.g. COMPILER_INSTALL_PATH=\$HOME/0day COMPILER=clang-17 make.cross ARCH=x86_64"
echo
exit 1
}
Expand Down
2 changes: 1 addition & 1 deletion sbin/make.cross
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ make_cross_main()

check_install_path || {
echo "Please set COMPILER_INSTALL_PATH to specify compiler install path"
echo "E.g. COMPILER_INSTALL_PATH=\$HOME/0day COMPILER=clang make.cross ARCH=x86_64"
echo "E.g. COMPILER_INSTALL_PATH=\$HOME/0day COMPILER=clang-17 make.cross ARCH=x86_64"
echo
exit 1
}
Expand Down

0 comments on commit ac4e7c3

Please sign in to comment.