]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
toolchain/gcc: the ARC version of gcc needs host-flex/host-bison
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 9 May 2013 05:53:05 +0000 (05:53 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 12 May 2013 20:22:18 +0000 (22:22 +0200)
commit7c6232658a61c33d4746ace8f479916f957a5a6b
treea1fcbcace96687ba8ec186b9dd79ebe3733569dc
parent671bd0468516224bf8c1bb56e35bed9b3cb0c8d6
toolchain/gcc: the ARC version of gcc needs host-flex/host-bison

For some reason (probably because the ARC changes modify some lex/yacc
files without updating their pre-generated variants, or because the
date/time of the pre-generated files is not correct), building the ARC
gcc requires host-flex and host-bison.

We have tested 4.2 for AVR, 4.3 and 4.4 for ARM, and none of those
need host-flex or host-bison to be installed, so only the 4.4 for ARC
seems to be affected.

Fixes the build failure visible at
http://autobuild.buildroot.org/results/673c6262e3dde8ee8dd28204d814097e6ba8f8e9/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gcc/gcc-uclibc-4.x.mk