crossgcc: Fix building with texinfo-5.x
commit69a21b1eb9de9ab931959ac6efaa69333ffd2807
authorNico Huber <nico.h@gmx.de>
Thu, 28 Mar 2013 14:08:20 +0000 (28 15:08 +0100)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 28 Mar 2013 20:14:50 +0000 (28 21:14 +0100)
tree0ac2ca6fd834243b3fcc6e411ef084e08463ba2b
parent3cc0d1eb3f611cb7bf0e45d8ccdb0c84f54f54dc
crossgcc: Fix building with texinfo-5.x

If you have a recent version of texinfo installed, building the reference
toolchain fails with the following error:
(in util/crossgcc/build-gcc/crossgcc-build.log)

[...]/gcc-4.7.2/gcc/doc/cppopts.texi:806: @itemx must follow @item

Looks like a warning-became-an-error problem in texinfo, to me. Fix that by
making every erroneous @itemx an @item.

Change-Id: I685ae1ecfee889b7c857b148cfab7411a10e7ecd
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: http://review.coreboot.org/2939
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
util/crossgcc/patches/gcc-4.7.2_texinfo.patch [new file with mode: 0644]