suppress info build and installation, remove texinfo dependency
This commit is contained in:
parent
7160eb79e4
commit
ab6716ea08
|
@ -15,6 +15,8 @@ MUSL_CONFIG = CC="$(XGCC)" LIBCC="../obj_toolchain/$(TARGET)/libgcc/libgcc.a" --
|
||||||
|
|
||||||
-include config.mak
|
-include config.mak
|
||||||
|
|
||||||
|
MAKE += INFO_DEPS=
|
||||||
|
|
||||||
FULL_TOOLCHAIN_CONFIG = $(TOOLCHAIN_CONFIG) \
|
FULL_TOOLCHAIN_CONFIG = $(TOOLCHAIN_CONFIG) \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
--target=$(TARGET) --prefix= \
|
--target=$(TARGET) --prefix= \
|
||||||
|
|
Loading…
Reference in New Issue