Files
Alexander Holler 7b692e2302 Add simple abort() function
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
2013-12-17 12:00:25 +01:00
..
2013-12-17 12:00:25 +01:00