projects
/
wpewebkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79bc4d1
)
Fix FTBFS in sparc64
author
David Matthew Mattli
<dmm@mattli.us>
Fri, 6 Sep 2024 14:59:28 +0000
(16:59 +0200)
committer
Alberto Garcia
<berto@igalia.com>
Fri, 6 Sep 2024 14:59:28 +0000
(16:59 +0200)
Bug-Debian: https://bugs.debian.org/806816
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Source/WTF/wtf/PlatformCPU.h
patch
|
blob
|
history
diff --git
a/Source/WTF/wtf/PlatformCPU.h
b/Source/WTF/wtf/PlatformCPU.h
index 166262f851c228a6a2509cddb88723408dc7f95f..9af059cdf6f1fa9520984f45a4c51fce922cc9b5 100644
(file)
--- a/
Source/WTF/wtf/PlatformCPU.h
+++ b/
Source/WTF/wtf/PlatformCPU.h
@@
-95,6
+95,11
@@
#define WTF_CPU_KNOWN 1
#endif
+/* CPU(SPARC64) - sparc64 */
+#if defined(__sparc__) && defined(__sparc_v9__)
+#define WTF_CPU_BIG_ENDIAN 1
+#endif
+
/* CPU(X86) - i386 / x86 32-bit */
#if defined(__i386__) \
|| defined(i386) \