From fd9214efa47f721e6d08dd2530efbb40b99c3b7b Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 25 Feb 2023 18:10:39 +0100 Subject: toolchain: working customized toolchain for userland bins --- sysroot/usr/lib/crt0.o | 1 + 1 file changed, 1 insertion(+) create mode 120000 sysroot/usr/lib/crt0.o (limited to 'sysroot/usr/lib/crt0.o') diff --git a/sysroot/usr/lib/crt0.o b/sysroot/usr/lib/crt0.o new file mode 120000 index 0000000..acea146 --- /dev/null +++ b/sysroot/usr/lib/crt0.o @@ -0,0 +1 @@ +../../../out/obj/user/lib/_start.s.o \ No newline at end of file -- cgit v1.2.3