summaryrefslogtreecommitdiff
path: root/sysroot/usr/lib/libc.a
diff options
context:
space:
mode:
authordzwdz2023-08-17 00:36:04 +0200
committerdzwdz2023-08-17 00:50:52 +0200
commit292b2386d766826b15f5ca084d37aa2c485fdda6 (patch)
tree125c217a90daa957548e9acb8bdecfff3d8374b2 /sysroot/usr/lib/libc.a
parenta454a4ee0c50d2a9f4eb340d4a9ec60b9e089c9a (diff)
build: rework how sysroots work
/usr/include is now built on the fly, letting me merge include files from multiple modules, which should be a win for organization later on. binutils & gcc need to be recompiled. limits.h shamelessly stolen from heat on #osdev, as gcc stopped providing me with its own header. which was a hack in the first place
Diffstat (limited to 'sysroot/usr/lib/libc.a')
l---------sysroot/usr/lib/libc.a1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysroot/usr/lib/libc.a b/sysroot/usr/lib/libc.a
deleted file mode 120000
index 135b015..0000000
--- a/sysroot/usr/lib/libc.a
+++ /dev/null
@@ -1 +0,0 @@
-../../../out/libc.a \ No newline at end of file