Build dynamically linked executables by default

Fixes #2184
This commit is contained in:
Norman Feske
2016-12-01 19:00:11 +01:00
parent d882277ce3
commit ccffbb0dfc
190 changed files with 227 additions and 199 deletions

View File

@ -27,8 +27,9 @@
* Symbols for calls generated by the compiler (i.e., on ARM), and
* provided by the C++ runtime.
*/
memcpy;
memset;
memcpy;
memset;
memmove;
/*
* Debugging
@ -88,6 +89,7 @@
/* Pistachio */
__L4_ThreadSwitch;
__L4_Ipc;
local: