feat: port gcc to MontaukOS

This commit is contained in:
2026-07-17 15:47:45 +02:00
parent 324b18edda
commit 8e6b619b02
14 changed files with 493 additions and 19 deletions
+10 -2
View File
@@ -424,10 +424,18 @@ ifneq ($(wildcard ../toolchain/native-gcc/sdk/bin/gcc),)
mkdir -p $(BINDIR)/tmp
printf 'scratch space for compiler intermediates\n' > $(BINDIR)/tmp/readme.txt
else
@echo "devkit: toolchain/native-gcc/ not built; skipping native GCC"
@echo "======================================================================"
@echo "devkit: WARNING: toolchain/native-gcc/ not built."
@echo " The image will ship WITHOUT the native GCC (g++, cc1plus, ...)."
@echo " Run 'make sdk' from the repo root to build the full Montauk SDK."
@echo "======================================================================"
endif
else
@echo "devkit: toolchain/native/ not built; skipping native dev tools"
@echo "======================================================================"
@echo "devkit: WARNING: toolchain/native/ not built."
@echo " The image will ship WITHOUT the Montauk SDK (0:/sdk dev tools)."
@echo " Run 'make sdk' from the repo root to build it (one-time, long)."
@echo "======================================================================"
endif
clean: