ps3dev / ps3toolchain

A script to autobuild an open source toolchain for the PS3.
BSD 2-Clause "Simplified" License
283 stars 92 forks source link

gcc fails to build with recent texinfo-5.x #62

Open yoshi314 opened 11 years ago

yoshi314 commented 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

yoshi314 commented 11 years ago

Also, gdb fails to build as well, but the fix is insufficient.

wargio commented 10 years ago

i fixed it by overwriting the MAKEINFO var.

just add this after the configure (in the scripts):

echo "MAKEINFO = :" >> Makefile