From ab6716ea08e4bf16be7a196a760b70242926c7cb Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 2 May 2016 18:19:19 +0000 Subject: [PATCH] suppress info build and installation, remove texinfo dependency --- litecross/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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= \