diff --git a/litecross/Makefile b/litecross/Makefile index 5378da1..0b5fcac 100644 --- a/litecross/Makefile +++ b/litecross/Makefile @@ -15,6 +15,8 @@ MUSL_CONFIG = CC="$(XGCC)" LIBCC="../obj_toolchain/$(TARGET)/libgcc/libgcc.a" -- -include config.mak +MAKE += INFO_DEPS= + FULL_TOOLCHAIN_CONFIG = $(TOOLCHAIN_CONFIG) \ --disable-werror \ --target=$(TARGET) --prefix= \