Move some more libc functions into core.
This commit is contained in:
parent
d1cdb07719
commit
c0276416d8
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue