summaryrefslogtreecommitdiff
path: root/sysroot_alt/usr
diff options
context:
space:
mode:
authordzwdz2023-02-24 22:41:50 +0100
committerdzwdz2023-02-24 22:41:50 +0100
commit5faf16e48457f3ea1dda7af76f9c59b007a054f8 (patch)
tree1ca1e620b778e6d175a7e2fb77792cc0df0d258a /sysroot_alt/usr
parentfca80df9e638a7d68147d91cbffda95aed96ab5c (diff)
toolchain: partially set up the sysroot
Diffstat (limited to 'sysroot_alt/usr')
-rw-r--r--sysroot_alt/usr/include/limits.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysroot_alt/usr/include/limits.h b/sysroot_alt/usr/include/limits.h
new file mode 100644
index 0000000..d433a99
--- /dev/null
+++ b/sysroot_alt/usr/include/limits.h
@@ -0,0 +1,3 @@
+/* If this file isn't here, gcc fails trying to find limits.h in an nonexisting
+ * sysroot. As far as I can tell I can't just get it to chill out with command
+ * line arguments, so I need to make up a whole fake sysroot with a fake limits.h */