Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 882024 Details for
Bug 1083762
Add ppc64le support to Firefox
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Part 2: Javascript build/config
mozilla-ppc64le-javascript.patch (text/plain), 2.71 KB, created by
Gustavo Luiz Duarte
on 2014-04-02 22:22:02 UTC
(
hide
)
Description:
Part 2: Javascript build/config
Filename:
MIME Type:
Creator:
Gustavo Luiz Duarte
Created:
2014-04-02 22:22:02 UTC
Size:
2.71 KB
patch
obsolete
># HG changeset patch ># Parent e6f9fc7c1611990ed9fdafd3ff19c79fd356a1d6 ># User Ulrich Weigand <uweigand@de.ibm.com> >Bug 976648 - powerpc64le-linux support - JavaScript build/config > >diff --git a/js/src/assembler/wtf/Platform.h b/js/src/assembler/wtf/Platform.h >--- a/js/src/assembler/wtf/Platform.h >+++ b/js/src/assembler/wtf/Platform.h >@@ -160,26 +160,32 @@ > /* WTF_CPU_PPC - PowerPC 32-bit */ > #if defined(__ppc__) \ > || defined(__PPC__) \ > || defined(__powerpc__) \ > || defined(__powerpc) \ > || defined(__POWERPC__) \ > || defined(_M_PPC) \ > || defined(__PPC) >+#if !defined(__ppc64__) && !defined(__PPC64__) > #define WTF_CPU_PPC 1 >+#endif >+#if !defined(__LITTLE_ENDIAN__) > #define WTF_CPU_BIG_ENDIAN 1 > #endif >+#endif > > /* WTF_CPU_PPC64 - PowerPC 64-bit */ > #if defined(__ppc64__) \ > || defined(__PPC64__) > #define WTF_CPU_PPC64 1 >+#if !defined(__LITTLE_ENDIAN__) > #define WTF_CPU_BIG_ENDIAN 1 > #endif >+#endif > > /* WTF_CPU_SH4 - SuperH SH-4 */ > #if defined(__SH4__) > #define WTF_CPU_SH4 1 > #endif > > /* WTF_CPU_SPARC32 - SPARC 32-bit */ > #if defined(__sparc) && !defined(__arch64__) || defined(__sparcv8) >diff --git a/js/src/configure.in b/js/src/configure.in >--- a/js/src/configure.in >+++ b/js/src/configure.in >@@ -923,17 +923,17 @@ esac > > # Only set CPU_ARCH if we recognize the value of OS_TEST > > case "$OS_TEST" in > *86 | i86pc) > CPU_ARCH=x86 > ;; > >-powerpc64 | ppc64) >+powerpc64 | ppc64 | powerpc64le | ppc64le) > CPU_ARCH=ppc64 > ;; > > powerpc | ppc | rs6000) > CPU_ARCH=ppc > ;; > > Alpha | alpha | ALPHA) >diff --git a/js/src/jscpucfg.h b/js/src/jscpucfg.h >--- a/js/src/jscpucfg.h >+++ b/js/src/jscpucfg.h >@@ -22,17 +22,17 @@ > > # ifdef __WATCOMC__ > # define HAVE_VA_LIST_AS_ARRAY 1 > # endif > > # define IS_LITTLE_ENDIAN 1 > # undef IS_BIG_ENDIAN > >-#elif defined(__APPLE__) >+#elif defined(__APPLE__) || defined(__powerpc__) || defined(__ppc__) > # if __LITTLE_ENDIAN__ > # define IS_LITTLE_ENDIAN 1 > # undef IS_BIG_ENDIAN > # elif __BIG_ENDIAN__ > # undef IS_LITTLE_ENDIAN > # define IS_BIG_ENDIAN 1 > # endif > >@@ -84,18 +84,17 @@ > # if defined(_STACK_GROWS_UPWARD) > # define JS_STACK_GROWTH_DIRECTION (1) > # elif defined(_STACK_GROWS_DOWNWARD) > # define JS_STACK_GROWTH_DIRECTION (-1) > # endif > # endif > > #elif defined(__sparc) || defined(__sparc__) || \ >- defined(_POWER) || defined(__powerpc__) || \ >- defined(__ppc__) || defined(__hppa) || \ >+ defined(_POWER) || defined(__hppa) || \ > defined(_MIPSEB) || defined(_BIG_ENDIAN) > /* IA64 running HP-UX will have _BIG_ENDIAN defined. > * IA64 running Linux will have endian.h and be handled above. > */ > # undef IS_LITTLE_ENDIAN > # define IS_BIG_ENDIAN 1 > > #else /* !defined(__sparc) && !defined(__sparc__) && ... */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1083762
:
882023
| 882024 |
882026
|
882027
|
882028
|
882029