From 752cb994bdac9aa1cdab8781bab7f58db72b1809 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sun, 17 Oct 2021 11:21:41 -0700 Subject: fix: added libgcc as explicit dependency for ARM --- sys/libn/test.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/libn/test.c') diff --git a/sys/libn/test.c b/sys/libn/test.c index 66c3c7f..797bcf8 100644 --- a/sys/libn/test.c +++ b/sys/libn/test.c @@ -4,6 +4,7 @@ #include +#if 0 uintptr printtest(Coro *c, uintptr d) { @@ -154,6 +155,7 @@ test·sort() return 0; } +#endif error main() @@ -163,8 +165,9 @@ main() if (err = test·coro(), err) { errorf("test fail: coroutine"); } -#endif if (err = test·sort(), err) { errorf("test fail: coroutine"); } +#endif + return 0; } -- cgit v1.2.1