[PW_SID:1092473] selftests/riscv: fix compiler output flag spacing in all Makefiles#1903
[PW_SID:1092473] selftests/riscv: fix compiler output flag spacing in all Makefiles#1903linux-riscv-bot wants to merge 1 commit into
Conversation
Standardize the compiler output flag format across all RISC-V selftests by adding a space between '-o' and '$@'. Although '-o$@' is perfectly valid for GCC/Clang to parse, But changing it to '-o $@' with a space could align with the GNU official documentation conventions, improves readability by visually separating the flag from the target variable, and ensures consistency with other architectures Currently, RISC-V selftests use '-o$@' (without space) in 13 instances across 6 Makefiles, while all other architectures consistently use '-o $@' (with space). This inconsistency makes RISC-V an outlier in the kernel's selftest infrastructure. Signed-off-by: Zong Li <zong.li@sifive.com> Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
|
Patch 1: "selftests/riscv: fix compiler output flag spacing in all Makefiles" |
|
Patch 1: "selftests/riscv: fix compiler output flag spacing in all Makefiles" |
|
Patch 1: "selftests/riscv: fix compiler output flag spacing in all Makefiles" |
|
Patch 1: "selftests/riscv: fix compiler output flag spacing in all Makefiles" |
|
Patch 1: "selftests/riscv: fix compiler output flag spacing in all Makefiles" |
|
Patch 1: "selftests/riscv: fix compiler output flag spacing in all Makefiles" |
|
Patch 1: "selftests/riscv: fix compiler output flag spacing in all Makefiles" |
|
Patch 1: "selftests/riscv: fix compiler output flag spacing in all Makefiles" |
|
Patch 1: "selftests/riscv: fix compiler output flag spacing in all Makefiles" |
|
Patch 1: "selftests/riscv: fix compiler output flag spacing in all Makefiles" |
|
Patch 1: "selftests/riscv: fix compiler output flag spacing in all Makefiles" |
|
Patch 1: "selftests/riscv: fix compiler output flag spacing in all Makefiles" |
PR for series 1092473 applied to workflow__riscv__fixes
Name: selftests/riscv: fix compiler output flag spacing in all Makefiles
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1092473
Version: 1