This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Commit bb71f70
FROMLIST: kbuild: rust: make command for
`CC_VERSION_TEXT` is defined as:
CC_VERSION_TEXT = $(subst $(pound),,$(shell LC_ALL=C $(CC) --version 2>/dev/null | head -n 1))
Make `RUSTC_VERSION_TEXT` closer to that, i.e. add `LC_ALL=C` and `|
head -n 1` in case it matters in the future, and for consistency.
This reduces the difference in the next commit.
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Link: https://lore.kernel.org/r/20240808221138.873750-3-ojeda@kernel.org
Change-Id: Iad713ad25e917e2ae480b5c5b290b729d0fdec8c
Signed-off-by: Alice Ryhl <aliceryhl@google.com>RUSTC_VERSION_TEXT closer to the CC one1 parent f4dd34b commit bb71f70
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1930 | 1930 | | |
1931 | 1931 | | |
1932 | 1932 | | |
1933 | | - | |
| 1933 | + | |
1934 | 1934 | | |
1935 | 1935 | | |
1936 | 1936 | | |
| |||
0 commit comments