mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/luajit: disable on armeb
armeb has never been supported by luajit since its addition in version 2.0.0 byed6c895ae5: lj_arch.h:473:2: error: #error "No support for big-endian ARM" 473 | #error "No support for big-endian ARM" | ^~~~~ Fixes: - http://autobuild.buildroot.org/results/3751096941ae16184b835fd6879b4904f28c6432 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitdbbc25ff76) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
abd6027aa1
commit
ca6747ae72
@@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
|
||||
bool
|
||||
default y if BR2_arm || BR2_armeb || BR2_aarch64
|
||||
default y if BR2_arm || BR2_aarch64
|
||||
default y if BR2_i386 || BR2_x86_64
|
||||
default y if (BR2_mips || BR2_mipsel) && !BR2_MIPS_SOFT_FLOAT \
|
||||
&& !BR2_MIPS_CPU_MIPS32R6 && !BR2_MIPS_CPU_MIPS64R6
|
||||
|
||||
Reference in New Issue
Block a user