commit | 8593a631de9fbe6742684b0c2dd7414fbf730204 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Nov 03 18:54:00 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 13 08:16:47 2024 -0600 |
tree | 0352cb2a2a7635c1faabd8bb0b89d59c301b9f29 | |
parent | eb4ec90af88a207030fd5db56be18452889e62a3 [diff] |
test: run longjmp() test only on supported architectures We have only implemented longjmp() on the EFI architectures. Define a symbol CONFIG_HAVE_SETJMP and have it selected by the relevant architectures. Use CONFIG_HAVE_SETJMP to decide if the longjmp test shall be built. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Tom Rini <trini@konsulko.com>