File 0001-Fixed-aarch64-not-being-detected-as-little-endian-26.patch of Package eureka

From 10bdc2b18c6f7a7443bf94b9916e12513adc12ad Mon Sep 17 00:00:00 2001
From: Sean Baggaley <2996684+DrinkyBird@users.noreply.github.com>
Date: Fri, 10 Oct 2025 04:51:42 +0100
Subject: [PATCH] Fixed aarch64 not being detected as little endian (#268)

---
 src/sys_endian.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sys_endian.h b/src/sys_endian.h
index 3da0cd0e..3d1c0822 100644
--- a/src/sys_endian.h
+++ b/src/sys_endian.h
@@ -37,6 +37,7 @@
     defined(__ia64__) || defined(__x86_64__)  ||     \
     defined(__alpha__) || defined(__alpha)  ||       \
     defined(__arm__) || defined(__SYMBIAN32__) ||    \
+    defined(__aarch64__) ||                          \
     (defined(__mips__) && defined(__MIPSEL__))
 #define UT_BYTEORDER   UT_LIL_ENDIAN
 #else
-- 
2.51.0

openSUSE Build Service is sponsored by