linker.ld: use all .data* and .bss* sections
[marionette.git] / libc / SConscript
blobb53309a0bf884fc5dd4688e00847a44d65aef294
1 files = [
2 'memcmp.S',
3 'memmove.S',
4 'memset.S',
5 'printf.c',
6 'strcmp.c',
7 'strcpy.S',
8 'strlen.S',
9 'strcat.c',
12 Import(['env'])
13 env.StaticLibrary('c', files)