gcc: fix snapshot compile
authorPeter Seiderer <ps.report@gmx.net>
Thu, 20 Mar 2014 22:35:36 +0000 (23:35 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 21 Mar 2014 09:47:05 +0000 (10:47 +0100)
commit0610a64cec6febbcb7162abcdc41c7a6ecfea818
treed0e223ab8edf951434c26b1a2d4ccad82896ec46
parentaac1fed7b974694e23dfbb105ab1ea2fd049d09c
gcc: fix snapshot compile

Add gcc snapshot versions dependency on host-flex and host-bison
(done as suggested by Thomas Petazzoni [1]).

Fixes gcc snapshot version 4.9-20140309 compile failure [2].

Tested the following buildroot configs

BR2_arm=y
BR2_cortex_a9=y
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_BINUTILS_VERSION_2_24=y
BR2_GCC_VERSION_SNAP=y
BR2_GCC_SNAP_DATE="4.9-20140309"

and

BR2_arcle=y

For the ARC case disabled the BINUTILS_FROM_GIT host-flex and host-bison
dependency.

[1] http://lists.busybox.net/pipermail/buildroot/2014-March/092490.html
[2] http://lists.busybox.net/pipermail/buildroot/2014-March/092459.html

[Peter: simplify logic]
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gcc/gcc.mk