iface-helper/build: add linker version script

This commit is contained in:
Thomas Haller
2016-10-12 11:16:20 +02:00
parent e95090d303
commit 401f6c2b8c
3 changed files with 9 additions and 1 deletions

6
linker-script-binary.ver Normal file
View File

@@ -0,0 +1,6 @@
{
global:
_IO_stdin_used;
local:
*;
};