Move some more libc functions into core.

This commit is contained in:
David Given 2018-06-22 22:20:02 +02:00
parent d1cdb07719
commit c0276416d8
7 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ vars.plats = {
"pc86", "pc86",
"rpi", "rpi",
"pdpv7", "pdpv7",
"em22", -- "em22", temporarily disabled due to ass bugs
} }
vars.plats_with_tests = { vars.plats_with_tests = {
"linux68k", "linux68k",

View file

@ -41,9 +41,9 @@ for _, plat in ipairs(vars.plats) do
"./core/math/*.c", -- hypot.c "./core/math/*.c", -- hypot.c
"./core/math/*.e", "./core/math/*.e",
"./core/ctype/*.c", "./core/ctype/*.c",
"./core/misc/*.c",
"./errno/*.c", "./errno/*.c",
"./malloc/*.c", "./malloc/*.c",
"./misc/environ.c", -- don't build everything here as it's all obsolete
"./signal/*.c", "./signal/*.c",
"./assert/*.c", "./assert/*.c",
"./stdio/*.c", "./stdio/*.c",