You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support it
The RISC-V special option '-mno-relax' which to disable linker relaxations
is supported by GCC8+. For GCC7 and lower versions do not support this
option.
Fixes: fba8a86 ("RISC-V: Add kexec support")
Signed-off-by: Changbin Du <[email protected]>
Cc: [email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
0 commit comments