commit | 722618e88f346c68fab02d9246b10a6ac3190c7f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Fri Apr 07 13:44:59 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Apr 20 20:45:08 2023 +0800 |
tree | 8b3c9bc2d613805d454772c1acf6da4fde9f272f | |
parent | b5399d9f113278d500e68dd7b059390ffae125c8 [diff] |
riscv: Enforce DWARF4 output Since commit 409e4b547872 ("Makefile: Enforce DWARF4 output") the whole U-Boot build switched to enforce DWARF4 output, but RISC-V is still on its own setting. Let's switch to use U-Boot's setting. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>