From 5faf16e48457f3ea1dda7af76f9c59b007a054f8 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 24 Feb 2023 22:41:50 +0100 Subject: toolchain: partially set up the sysroot --- sysroot_alt/usr/include/limits.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sysroot_alt/usr/include/limits.h (limited to 'sysroot_alt/usr') 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 */ -- cgit v1.2.3