diff options
author | Nathan Chancellor <[email protected]> | 2023-02-15 11:41:15 -0700 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2023-03-15 00:52:10 +1100 |
commit | d1c5accacb234c3a9f1609a73b4b2eaa4ef07d1a (patch) | |
tree | dda517bd42308f8d3f8afc5ca194ae677ae10dfc /tools/perf/scripts/python/syscall-counts.py | |
parent | 8a32341cf04ba05974931b4664683c2c9fb84e56 (diff) |
powerpc/boot: Only use '-mabi=elfv2' with CONFIG_PPC64_BOOT_WRAPPER
When CONFIG_PPC64_ELF_ABI_V2 is enabled with clang through
CONFIG_PPC64_BIG_ENDIAN_ELF_ABI_V2, building the powerpc boot wrapper
in 32-bit mode (i.e. with CONFIG_PPC64_BOOT_WRAPPER=n) fails with:
error: unknown target ABI 'elfv2'
The ABI cannot be changed with '-m32'; GCC silently accepts it but clang
errors out. Only provide '-mabi=elfv2' when CONFIG_PPC64_BOOT_WRAPPER is
enabled, which is the only way '-mabi=elfv2' will be useful.
Tested-by: "Erhard F." <[email protected]>
Signed-off-by: Nathan Chancellor <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions