diff mbox series

[1/1] package/luajit: add BR2_aarch64_be support

Message ID 20220609212824.2942413-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/luajit: add BR2_aarch64_be support | expand

Commit Message

Fabrice Fontaine June 9, 2022, 9:28 p.m. UTC
ARM64 big-endian is supported since
https://github.com/LuaJIT/LuaJIT/commit/3143b218946395834f0bfef741061ac6ef3f5b56

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/luajit/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnout Vandecappelle June 13, 2022, 8:23 p.m. UTC | #1
On 09/06/2022 23:28, Fabrice Fontaine wrote:
> ARM64 big-endian is supported since
> https://github.com/LuaJIT/LuaJIT/commit/3143b218946395834f0bfef741061ac6ef3f5b56
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   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 d890d65b10..31e9e0243e 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_aarch64
> +	default y if BR2_arm || BR2_aarch64 || BR2_aarch64_be
>   	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
Peter Korsgaard June 19, 2022, 1:49 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > ARM64 big-endian is supported since
 > https://github.com/LuaJIT/LuaJIT/commit/3143b218946395834f0bfef741061ac6ef3f5b56

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2022.05.x and 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/package/luajit/Config.in b/package/luajit/Config.in
index d890d65b10..31e9e0243e 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_aarch64
+	default y if BR2_arm || BR2_aarch64 || BR2_aarch64_be
 	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