From 292b2386d766826b15f5ca084d37aa2c485fdda6 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 17 Aug 2023 00:36:04 +0200 Subject: 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 --- sysroot/usr/local/include | 1 - 1 file changed, 1 deletion(-) delete mode 120000 sysroot/usr/local/include (limited to 'sysroot/usr/local/include') diff --git a/sysroot/usr/local/include b/sysroot/usr/local/include deleted file mode 120000 index f4fd256..0000000 --- a/sysroot/usr/local/include +++ /dev/null @@ -1 +0,0 @@ -../../../src/libk/include \ No newline at end of file -- cgit v1.2.3