diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-09-10 10:30:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-09-10 10:30:41 +0000 |
commit | 258b2cf7aab886f39d21ca35e7cd7cab5d00f60a (patch) | |
tree | 80a4bf3940b9da8dd71836f0d8f510b7ccbb72ff /toolchain/gcc/patches/4.6.3/010-documentation.patch | |
parent | 247299bfa0b5b18a98a721cdcbf4f5af4ff78a51 (diff) | |
download | upstream-258b2cf7aab886f39d21ca35e7cd7cab5d00f60a.tar.gz upstream-258b2cf7aab886f39d21ca35e7cd7cab5d00f60a.tar.bz2 upstream-258b2cf7aab886f39d21ca35e7cd7cab5d00f60a.zip |
toolchain/gcc: remove 4.6.3, it is unused and unmaintained
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37924
Diffstat (limited to 'toolchain/gcc/patches/4.6.3/010-documentation.patch')
-rw-r--r-- | toolchain/gcc/patches/4.6.3/010-documentation.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/toolchain/gcc/patches/4.6.3/010-documentation.patch b/toolchain/gcc/patches/4.6.3/010-documentation.patch deleted file mode 100644 index cfbfaa460a..0000000000 --- a/toolchain/gcc/patches/4.6.3/010-documentation.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/gcc/Makefile.in -+++ b/gcc/Makefile.in -@@ -4245,18 +4245,10 @@ - doc/gccint.info: $(TEXI_GCCINT_FILES) - doc/cppinternals.info: $(TEXI_CPPINT_FILES) - --doc/%.info: %.texi -- if [ x$(BUILD_INFO) = xinfo ]; then \ -- $(MAKEINFO) $(MAKEINFOFLAGS) -I . -I $(gcc_docdir) \ -- -I $(gcc_docdir)/include -o $@ $<; \ -- fi -+doc/%.info: - - # Duplicate entry to handle renaming of gccinstall.info --doc/gccinstall.info: $(TEXI_GCCINSTALL_FILES) -- if [ x$(BUILD_INFO) = xinfo ]; then \ -- $(MAKEINFO) $(MAKEINFOFLAGS) -I $(gcc_docdir) \ -- -I $(gcc_docdir)/include -o $@ $<; \ -- fi -+doc/gccinstall.info: - - doc/cpp.dvi: $(TEXI_CPP_FILES) - doc/gcc.dvi: $(TEXI_GCC_FILES) |