comparison components/libsys_fl @ 5:3b367f330821

components: pruned import from Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 15 May 2020 02:20:23 +0000
parents
children
comparison
equal deleted inserted replaced
4:7ed24ddc5c2a 5:3b367f330821
1 # gcc-only component: libsys (selective libc replacement) for flash
2
3 ASMFLAGS=-mthumb-interwork
4 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb"
5 CPPFLAGS=
6
7 SRCDIR=$SRC/libsys
8
9 c_file $SRCDIR/rand.c
10 c_file $SRCDIR/strtok.c
11 c_file $SRCDIR/sprintf/float.c
12 c_file $SRCDIR/sprintf/integer.c
13 c_file $SRCDIR/sprintf/sprintf.c
14 c_file $SRCDIR/sprintf/vspcore.c
15
16 asm_file $SRCDIR/exitstub.S