initial commit

This commit is contained in:
2026-05-26 02:08:47 -05:00
commit aac5d72fe4
60 changed files with 12096 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
--- a/Makefile 2025-10-14 11:45:35.000000000 -0500
+++ b/Makefile 2026-04-19 19:05:43.860155683 -0500
@@ -7,7 +7,15 @@
HOSTCC?=cc
-export CROSS_COMPILE CFLAGS OPTIMIZE LDOPTIMIZE CC HOSTCC V STRIP ASAN
+export CROSS_COMPILE?=
+export CFLAGS?=
+export OPTIMIZE?=
+export LDOPTIMIZE?=
+export CC?=
+export HOSTCC?=
+export V?=
+export STRIP?=
+export ASAN?=
all: toybox