build: Remove redundant -nostdinc flags for cc-runtime
diff --git a/common/common.mk b/common/common.mk
index 4395c6a8..f49fbe6f 100644
--- a/common/common.mk
+++ b/common/common.mk
@@ -293,7 +293,7 @@ $(call MKESCAPE,$(BUILDDIR))/cc-runtime/cc-runtime.a: ../cc-runtime/*
CC="$(CC_FOR_TARGET)" \
AR="$(AR_FOR_TARGET)" \
CFLAGS="$(CFLAGS_FOR_TARGET)" \
- CPPFLAGS='-nostdinc -isystem $(call SHESCAPE,$(SRCDIR))/../freestnd-c-hdrs-0bsd -DCC_RUNTIME_NO_FLOAT'
+ CPPFLAGS='-isystem $(call SHESCAPE,$(SRCDIR))/../freestnd-c-hdrs-0bsd -DCC_RUNTIME_NO_FLOAT'
ifeq ($(TARGET),bios)
diff --git a/decompressor/decompressor.mk b/decompressor/decompressor.mk
index 65101c1c..bde43221 100644
--- a/decompressor/decompressor.mk
+++ b/decompressor/decompressor.mk
@@ -84,7 +84,7 @@ $(call MKESCAPE,$(BUILDDIR))/cc-runtime/cc-runtime.a: ../cc-runtime/*
CC="$(CC_FOR_TARGET)" \
AR="$(AR_FOR_TARGET)" \
CFLAGS="$(CFLAGS_FOR_TARGET)" \
- CPPFLAGS='-nostdinc -isystem $(call SHESCAPE,$(SRCDIR))/../freestnd-c-hdrs-0bsd -DCC_RUNTIME_NO_FLOAT'
+ CPPFLAGS='-isystem $(call SHESCAPE,$(SRCDIR))/../freestnd-c-hdrs-0bsd -DCC_RUNTIME_NO_FLOAT'
$(call MKESCAPE,$(BUILDDIR))/decompressor.bin: $(OBJ) $(call MKESCAPE,$(BUILDDIR))/cc-runtime/cc-runtime.a
$(LD_FOR_TARGET) '$(call OBJESCAPE,$^)' $(LDFLAGS_FOR_TARGET) -o '$(call SHESCAPE,$(BUILDDIR))/decompressor.elf'
