mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libdouble-conversion: Update to 3.1.4
Added patch to fix compilation on big endian ARM.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 4252d20f6a)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/double-conversion/utils.h
|
||||
+++ b/double-conversion/utils.h
|
||||
@@ -91,7 +91,7 @@ int main(int argc, char** argv) {
|
||||
defined(_POWER) || defined(_ARCH_PPC) || defined(_ARCH_PPC64) || \
|
||||
defined(__sparc__) || defined(__sparc) || defined(__s390__) || \
|
||||
defined(__SH4__) || defined(__alpha__) || \
|
||||
- defined(_MIPS_ARCH_MIPS32R2) || \
|
||||
+ defined(_MIPS_ARCH_MIPS32R2) || defined(__ARMEB__) || \
|
||||
defined(__AARCH64EL__) || defined(__aarch64__) || defined(__AARCH64EB__) || \
|
||||
defined(__riscv) || \
|
||||
defined(__or1k__) || defined(__arc__) || \
|
||||
Reference in New Issue
Block a user