summaryrefslogtreecommitdiff
path: root/sysroot/usr
diff options
context:
space:
mode:
authordzwdz2023-02-25 18:10:39 +0100
committerdzwdz2023-02-25 18:10:39 +0100
commitfd9214efa47f721e6d08dd2530efbb40b99c3b7b (patch)
treeb8fb2f3c35599d2fb16bdfefaffdcc007476963f /sysroot/usr
parent5faf16e48457f3ea1dda7af76f9c59b007a054f8 (diff)
toolchain: working customized toolchain for userland bins
Diffstat (limited to 'sysroot/usr')
l---------sysroot/usr/lib/crt0.o1
l---------sysroot/usr/lib/libc.a1
2 files changed, 2 insertions, 0 deletions
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
diff --git a/sysroot/usr/lib/libc.a b/sysroot/usr/lib/libc.a
new file mode 120000
index 0000000..135b015
--- /dev/null
+++ b/sysroot/usr/lib/libc.a
@@ -0,0 +1 @@
+../../../out/libc.a \ No newline at end of file