FreeCalypso > hg > fc-selenite
comparison components/libsys_fl @ 95:a23e6e011264
closer to passing link with abort, exit and __assert_func stubbed out
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 21 Jul 2018 01:12:48 +0000 |
parents | 727aad1c308f |
children | 1155be085fc1 |
comparison
equal
deleted
inserted
replaced
94:e5cbc745543b | 95:a23e6e011264 |
---|---|
1 # gcc-only component: libsys (selective libc replacement) for flash | 1 # gcc-only component: libsys (selective libc replacement) for flash |
2 | 2 |
3 ASMFLAGS=-mthumb-interwork | |
3 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" | 4 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" |
4 CPPFLAGS= | 5 CPPFLAGS= |
5 | 6 |
6 SRCDIR=$SRC/libsys | 7 SRCDIR=$SRC/libsys |
7 | 8 |
9 c_file $SRCDIR/strtok.c | 10 c_file $SRCDIR/strtok.c |
10 c_file $SRCDIR/sprintf/float.c | 11 c_file $SRCDIR/sprintf/float.c |
11 c_file $SRCDIR/sprintf/integer.c | 12 c_file $SRCDIR/sprintf/integer.c |
12 c_file $SRCDIR/sprintf/sprintf.c | 13 c_file $SRCDIR/sprintf/sprintf.c |
13 c_file $SRCDIR/sprintf/vspcore.c | 14 c_file $SRCDIR/sprintf/vspcore.c |
15 | |
16 asm_file $SRCDIR/exitstub.S |