FreeCalypso > hg > fc-selenite
comparison components/libsys_fl @ 87:727aad1c308f
components/libsys_{fl,ir}: created
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 20 Jul 2018 20:44:02 +0000 |
parents | |
children | a23e6e011264 |
comparison
equal
deleted
inserted
replaced
86:425ab6d987f3 | 87:727aad1c308f |
---|---|
1 # gcc-only component: libsys (selective libc replacement) for flash | |
2 | |
3 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" | |
4 CPPFLAGS= | |
5 | |
6 SRCDIR=$SRC/libsys | |
7 | |
8 c_file $SRCDIR/rand.c | |
9 c_file $SRCDIR/strtok.c | |
10 c_file $SRCDIR/sprintf/float.c | |
11 c_file $SRCDIR/sprintf/integer.c | |
12 c_file $SRCDIR/sprintf/sprintf.c | |
13 c_file $SRCDIR/sprintf/vspcore.c |