projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cee8c8
)
Fix FTBFS in sparc64
author
David Matthew Mattli
<dmm@mattli.us>
Tue, 28 Jul 2020 15:12:20 +0000
(16:12 +0100)
committer
Alberto Garcia
<berto@igalia.com>
Tue, 28 Jul 2020 15:12:20 +0000
(16:12 +0100)
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 bce23e0346d543ded69dc2a5c85f0e8b428dbe2b..2e101c2c5ee2d3ec9afe1a1fec08a72ec1f16d7a 100644
(file)
--- a/
Source/WTF/wtf/PlatformCPU.h
+++ b/
Source/WTF/wtf/PlatformCPU.h
@@
-89,6
+89,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) \