Skip to content
Snippets Groups Projects
Commit c3cabf4e authored by Sven Wegener's avatar Sven Wegener
Browse files

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: default avatarSven Wegener <sven.wegener@stealer.net>
parent afc67c6d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment