diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-04-01 19:01:17 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-04-17 04:23:06 +0200 |
commit | ddc72c9659b5a85a2d135503caf193da0723e813 (patch) | |
tree | aa5453d5711d31d9d95cc302c8aa3b48face6e85 /Makefile | |
parent | kconfig: menuconfig: reorder functions to remove forward declarations (diff) | |
download | linux-ddc72c9659b5a85a2d135503caf193da0723e813.tar.xz linux-ddc72c9659b5a85a2d135503caf193da0723e813.zip |
kbuild: clang: do not use CROSS_COMPILE for target triple
The target triple is overridden by the user-supplied CROSS_COMPILE,
but I do not see a good reason to support it. Users can use a new
architecture without adding CLANG_TARGET_FLAGS_*, but that would be
a rare case.
Use the hard-coded and deterministic target triple all the time.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions