mirror of
https://github.com/AdaCore/Certyflie.git
synced 2026-02-12 12:27:35 -08:00
Newer versions of newlibc always use unwind functions which do need an implementation of abort(). So in order to link without standard libraries (-nostdlib) we have to provide abort(). --- Makefile | 2 +- utils/src/abort.c | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 utils/src/abort.c