micropython/bare-arm
Sven Wegener c3cabf4e33 bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGS
As we are building with -nostdlib gcc features like the stack protector
will fail linking, because the failure handlers are in gcc's internal
libs. Such features are implicitly disabled during compilation when
-nostdlib is used in CFLAGS too.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
2014-06-18 13:34:07 +02:00
..
Makefile bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGS 2014-06-18 13:34:07 +02:00
main.c
mpconfigport.h
qstrdefsport.h
stm32f405.ld