summaryrefslogtreecommitdiffstats
path: root/package/luajit/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:24:38 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:24:38 +0100
commit1610200e7863a73dafac7890bc339bea47605c05 (patch)
tree24ddc7e452b318e8e07402245c6f91b56f3ab78a /package/luajit/Config.in
parent2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d (diff)
downloadbuildroot-1610200e7863a73dafac7890bc339bea47605c05.tar.gz
buildroot-1610200e7863a73dafac7890bc339bea47605c05.zip
package/*/Config.in: fix property order warning of check-package
This commit fixes the ordering of the Config.in option properties, as reported by check-package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/luajit/Config.in')
-rw-r--r--package/luajit/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/luajit/Config.in b/package/luajit/Config.in
index 6b9c6e6ae8..7e792c53c4 100644
--- a/package/luajit/Config.in
+++ b/package/luajit/Config.in
@@ -1,13 +1,13 @@
config BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
bool
- # -m32 flag is used for 32bit builds and host-luajit has
- # limited architecture support
- depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
default y if BR2_i386 || \
(BR2_x86_64 && BR2_HOSTARCH='x86_64') || \
BR2_powerpc || BR2_arm || BR2_armeb || \
((BR2_mips || BR2_mipsel) && !BR2_MIPS_SOFT_FLOAT && \
!BR2_MIPS_CPU_MIPS32R6 && !BR2_MIPS_CPU_MIPS64R6)
+ # -m32 flag is used for 32bit builds and host-luajit has
+ # limited architecture support
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
config BR2_PACKAGE_LUAJIT
bool "luajit"
OpenPOWER on IntegriCloud