webkit: disable on < ARMv5t
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 19 Feb 2014 22:08:50 +0000 (23:08 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 20 Feb 2014 07:58:13 +0000 (08:58 +0100)
commitb614b25156186bcae9d381986ea45bc3185d0ab6
tree392dced2bf4a256e82ed93c1f8b2556084b7d06b
parent3c150f893de021eaa88f081a65308f186edcdf34
webkit: disable on < ARMv5t

webkit needs the ARM blx instruction, which is only available on >=
ARMv5t, so we have to make sure the webkit package cannot be enabled
on < ARMv5t. In order to achieve this, this commit introduces the
BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS hidden Config.in knob, which avoids
duplicating all over the place the complex architecture dependencies
of webkit.

Fixes:

  http://autobuild.buildroot.org/results/fdf/fdf8bc7660ac251792d0542d2729ea22753d3789/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/midori/Config.in
package/webkit/Config.in