LPC11C24: LTO requires abort() to be used

This commit is contained in:
Pavel Kirienko
2014-04-16 13:09:37 +04:00
parent 2a03b21aba
commit c62b425b31
@@ -129,6 +129,7 @@ void __cxa_pure_virtual()
extern "C"
{
__attribute__((used))
void abort()
{
while (true) { }