diff options
author | Martin Stransky <stransky@redhat.com> | 2017-08-09 10:57:20 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-08-09 10:57:20 +0200 |
commit | a2cf41f070da1ac09404125b060566946d3bd94b (patch) | |
tree | 69c0674ac50b904c0e68c8c26c55cfc498e5383d /build-ppc-jit.patch | |
parent | Added ppc build fix (diff) | |
download | librewolf-fedora-ff-a2cf41f070da1ac09404125b060566946d3bd94b.tar.gz librewolf-fedora-ff-a2cf41f070da1ac09404125b060566946d3bd94b.tar.bz2 librewolf-fedora-ff-a2cf41f070da1ac09404125b060566946d3bd94b.zip |
Build fix - ppc
Diffstat (limited to 'build-ppc-jit.patch')
-rw-r--r-- | build-ppc-jit.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-ppc-jit.patch b/build-ppc-jit.patch index da2d315..989269e 100644 --- a/build-ppc-jit.patch +++ b/build-ppc-jit.patch @@ -17,7 +17,7 @@ diff -up firefox-55.0/js/src/jit/ExecutableAllocator.h.old firefox-55.0/js/src/j { sync_instruction_memory((caddr_t)code, size); } -+#elif defined(__ppc__) || defined(__ppc64__) || defined(__ppc64le__) ++#else + static void cacheFlush(void*, size_t) + { + } |