diff options
| author | Matt Turner <mattst88@gmail.com> | 2026-08-05 14:55:57 -0400 |
|---|---|---|
| committer | Magnus Lindholm <linmag7@gmail.com> | 2026-08-11 23:29:28 +0200 |
| commit | 89679d7908e7f09dfa45cf9fe1ab59795455d197 (patch) | |
| tree | 9df3d0461e8993c91ca6b201d13499721cfd193a /tools/lib/python | |
| parent | f32977deb1f6bfac0c5e0121905477bf21c973bd (diff) | |
alpha: pass -Wa,-mev6 only when using GNU as
That flag exists to stop gas emulating instructions the assembler thinks
the target lacks. It is a gas-only option, and LLVM's integrated
assembler does not emulate instructions in the first place, so nothing
is needed there.
Condition it on CONFIG_AS_IS_GNU rather than the compiler, so it is
still passed for clang builds using GNU as (LLVM_IAS=0) and omitted only
for the integrated assembler.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Magnus Lindholm <linmag7@gmail.com>
Link: https://lore.kernel.org/r/20260805185557.3283233-1-mattst88@gmail.com
Signed-off-by: Magnus Lindholm <linmag7@gmail.com>
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions
