From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
To: buildroot@buildroot.org
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Subject: [Buildroot] [PATCH 1/1] package/luajit: disable on armeb
Date: Mon, 6 Jun 2022 15:45:18 +0200 [thread overview]
Message-ID: <20220606134518.791648-1-fontaine.fabrice@gmail.com> (raw)
armeb has never been supported by luajit since its addition in version
2.0.0 by
https://github.com/LuaJIT/LuaJIT/commit/ed6c895ae56288b6982d1651c4ea638452c9e99b:
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>
---
package/luajit/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/luajit/Config.in b/package/luajit/Config.in
index f27099e80c..d890d65b10 100644
--- a/package/luajit/Config.in
+++ b/package/luajit/Config.in
@@ -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
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2022-06-06 13:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-06 13:45 Fabrice Fontaine [this message]
2022-06-09 20:42 ` [Buildroot] [PATCH 1/1] package/luajit: disable on armeb Thomas Petazzoni via buildroot
2022-06-19 13:11 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220606134518.791648-1-fontaine.fabrice@gmail.com \
--to=fontaine.fabrice@gmail.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.