projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b22d3f8
)
Fix FTBFS in sparc64
author
David Matthew Mattli
<dmm@mattli.us>
Wed, 28 Aug 2019 11:33:00 +0000
(12:33 +0100)
committer
Alberto Garcia
<berto@igalia.com>
Wed, 28 Aug 2019 11:33:00 +0000
(12:33 +0100)
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Source/WTF/wtf/Platform.h
patch
|
blob
|
history
diff --git
a/Source/WTF/wtf/Platform.h
b/Source/WTF/wtf/Platform.h
index cc2b11b60c1e1877588295f57b1c55ccf170e5a0..52ab1be28bf60def6f79129e5f71a630142505b7 100644
(file)
--- a/
Source/WTF/wtf/Platform.h
+++ b/
Source/WTF/wtf/Platform.h
@@
-114,6
+114,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) \