# HG changeset patch # User Mychaela Falconia # Date 1532119442 0 # Node ID 727aad1c308f40c1524ebdf6233e13b594740c9a # Parent 425ab6d987f39412a092d92efb2f826236ce006b components/libsys_{fl,ir}: created diff -r 425ab6d987f3 -r 727aad1c308f components/libsys_fl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/libsys_fl Fri Jul 20 20:44:02 2018 +0000 @@ -0,0 +1,13 @@ +# gcc-only component: libsys (selective libc replacement) for flash + +CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CPPFLAGS= + +SRCDIR=$SRC/libsys + +c_file $SRCDIR/rand.c +c_file $SRCDIR/strtok.c +c_file $SRCDIR/sprintf/float.c +c_file $SRCDIR/sprintf/integer.c +c_file $SRCDIR/sprintf/sprintf.c +c_file $SRCDIR/sprintf/vspcore.c diff -r 425ab6d987f3 -r 727aad1c308f components/libsys_ir --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/libsys_ir Fri Jul 20 20:44:02 2018 +0000 @@ -0,0 +1,8 @@ +# gcc-only component: libsys (selective libc replacement) for IRAM + +ASMFLAGS=-mthumb-interwork +CPPFLAGS= + +SRCDIR=$SRC/libsys + +asm_file $SRCDIR/bzero.S