Open yoshi314 opened 11 years ago
With recent texinfo texi files in gcc/doc will break build by "@itemx must be preceeded by @item" messages .
Doing a simple sed replace @itemx->@item on gcc/doc/*.texi files allows the build to continue.
reference : http://review.coreboot.org/gitweb?p=coreboot.git;a=commitdiff;h=69a21b1eb9de9ab931959ac6efaa69333ffd2807
Also, gdb fails to build as well, but the fix is insufficient.
i fixed it by overwriting the MAKEINFO var.
just add this after the configure (in the scripts):
echo "MAKEINFO = :" >> Makefile
With recent texinfo texi files in gcc/doc will break build by "@itemx must be preceeded by @item" messages .
Doing a simple sed replace @itemx->@item on gcc/doc/*.texi files allows the build to continue.
reference : http://review.coreboot.org/gitweb?p=coreboot.git;a=commitdiff;h=69a21b1eb9de9ab931959ac6efaa69333ffd2807