uclient: update to Git HEAD (2024-04-18)
[openwrt/openwrt.git] / toolchain / gcc / patches / 10.1.0 / 010-documentation.patch
1 commit 098bd91f5eae625c7d2ee621e10930fc4434e5e2
2 Author: Luka Perkov <luka@openwrt.org>
3 Date: Tue Feb 26 16:16:33 2013 +0000
4
5 gcc: don't build documentation
6
7 This closes #13039.
8
9 Signed-off-by: Luka Perkov <luka@openwrt.org>
10
11 SVN-Revision: 35807
12
13 --- a/gcc/Makefile.in
14 +++ b/gcc/Makefile.in
15 @@ -3283,18 +3283,10 @@ doc/gcc.info: $(TEXI_GCC_FILES)
16 doc/gccint.info: $(TEXI_GCCINT_FILES)
17 doc/cppinternals.info: $(TEXI_CPPINT_FILES)
18
19 -doc/%.info: %.texi
20 - if [ x$(BUILD_INFO) = xinfo ]; then \
21 - $(MAKEINFO) $(MAKEINFOFLAGS) -I . -I $(gcc_docdir) \
22 - -I $(gcc_docdir)/include -o $@ $<; \
23 - fi
24 +doc/%.info:
25
26 # Duplicate entry to handle renaming of gccinstall.info
27 -doc/gccinstall.info: $(TEXI_GCCINSTALL_FILES)
28 - if [ x$(BUILD_INFO) = xinfo ]; then \
29 - $(MAKEINFO) $(MAKEINFOFLAGS) -I $(gcc_docdir) \
30 - -I $(gcc_docdir)/include -o $@ $<; \
31 - fi
32 +doc/gccinstall.info:
33
34 doc/cpp.dvi: $(TEXI_CPP_FILES)
35 doc/gcc.dvi: $(TEXI_GCC_FILES)