gcc: pass MAKEINFO=missing in the environment rather than as a ./configure arg
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 4 Sep 2013 14:18:14 +0000 (16:18 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 4 Sep 2013 14:22:30 +0000 (16:22 +0200)
commit5128cc6602d56a2c3af4cf6a0fe072d39d6c1aca
tree4012ae8e71089cd38d86dd54efddaaccf574b71f
parentb6d92bf415df33ac86487d68f5f8299f406859d2
gcc: pass MAKEINFO=missing in the environment rather than as a ./configure arg

Fixes a build issue with the avr32 toolchain:

http://jenkins.free-electrons.com/job/buildroot/config=atngw100_defconfig/104/

Invalid configuration `MAKEINFO=missing': machine `MAKEINFO=missing' not
recognized

Instead pass it in the environment of ./configure, similar to how it was
done originally in 62322acb2ce (toolchain/gcc: disable makeinfo).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/gcc/gcc-final/gcc-final.mk
package/gcc/gcc-initial/gcc-initial.mk
package/gcc/gcc-intermediate/gcc-intermediate.mk
package/gcc/gcc.mk