kumquat-buildroot/package/webkitgtk24
Thomas Petazzoni 543969e5ef webkitgtk24: use the correct Config.in option for NEON
In order to enable JIT support on ARM, webkitgtk24 currently looks at
BR2_ARM_ENABLE_NEON, which is not correct: BR2_ARM_CPU_HAS_NEON should
be used instead.

The BR2_ARM_ENABLE_NEON is only visible for cores that select
BR2_ARM_CPU_MAYBE_HAS_NEON, in order to allow to specify if his
particular SoC has chosen to integrate NEON or not. And if so,
BR2_ARM_CPU_HAS_NEON gets selected.

BR2_ARM_CPU_HAS_NEON is in fact selected in two different ways:

 - Either directly by the CPU core selection, if NEON is mandatory in
   this CPU core.

 - Or by BR2_ARM_ENABLE_NEON, for CPU cores where NEON support is
   optional.

So really, BR2_ARM_CPU_HAS_NEON is what should be used by packages.

Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-10-09 15:23:23 +02:00
..
0001-fix-ppc32.patch
0002-WTF-Platform.h-use-_ABI64-instead-of-_MIPS_SIM_ABI64.patch webkitgtk24: fix MIPS64 n64 ABI detection 2015-08-18 21:05:27 +02:00
0003-Pretty-quotes-in-licence-break-Python-stdin.patch webkitgtk24: fix compilation failure due to unicode quotes 2015-10-04 18:57:45 +01:00
Config.in webkitgtk24: depends on gcc >= 4.8 2015-08-06 08:19:13 +02:00
webkitgtk24.hash
webkitgtk24.mk webkitgtk24: use the correct Config.in option for NEON 2015-10-09 15:23:23 +02:00