commit | 409e4b547872db78dbf50f63cf75d2422d5fbb3d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Nov 22 12:31:54 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 06 15:30:30 2022 -0500 |
tree | 4e1b60cb74aa7e99b56cac173ea69a56fde5f43b | |
parent | 83e37a834525594e26067021f7df298662906f04 [diff] |
Makefile: Enforce DWARF4 output At this point in time, using DWARF-5 format isn't easy to do by default with all toolchains that we support. And relying on the implicit default can lead to mixing 4 and 5 and then the debug info not being useful to tools. For now, enforce using DWARF-4 only. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>