texinfo (>=5) breaks gcc makeinfo routine. This patch disables the generation of the documentation for gcc. It fixes #13039.
Signed-off-by: Vivien Didelot <[email protected]> --- toolchain/gcc/common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index c6b9617..87c0b91 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -103,6 +103,7 @@ GCC_CONFIGURE:= \ --build=$(GNU_HOST_NAME) \ --host=$(GNU_HOST_NAME) \ --target=$(REAL_GNU_TARGET_NAME) \ + MAKEINFO=missing \ --with-gnu-ld \ --enable-target-optspace \ --disable-libgomp \ -- 1.8.2.2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
