projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcd51b1
)
Fix FTBFS in sparc64
author
David Matthew Mattli
<dmm@mattli.us>
Wed, 21 Mar 2018 12:31:13 +0000
(12:31 +0000)
committer
Alberto Garcia
<berto@igalia.com>
Wed, 21 Mar 2018 12:31:13 +0000
(12:31 +0000)
===================================================================
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 850e2987fd2d7ca70c1e0d169fad4860250e4046..6fb8767d4c4de6aed1d97404a048f06db8477903 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) \