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 893892 Details for
Bug 1096135
add ppc64le support to js
[?]
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.
ppc64le support patch
ppc64le.patch (text/x-c), 1.48 KB, created by
Menanteau Guy
on 2014-05-09 09:30:02 UTC
(
hide
)
Description:
ppc64le support patch
Filename:
MIME Type:
Creator:
Menanteau Guy
Created:
2014-05-09 09:30:02 UTC
Size:
1.48 KB
patch
obsolete
>diff -Naur js-1.8.5.orig/js/src/assembler/wtf/Platform.h js-1.8.5/js/src/assembler/wtf/Platform.h >--- js-1.8.5.orig/js/src/assembler/wtf/Platform.h >+++ js-1.8.5/js/src/assembler/wtf/Platform.h >@@ -129,16 +129,22 @@ > || 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 > > /* 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 > > /* CPU(SH4) - SuperH SH-4 */ > #if defined(__SH4__) >diff -Naur js-1.8.5.orig/js/src/configure.in js-1.8.5/js/src/configure.in >--- js-1.8.5.orig/js/src/configure.in >+++ js-1.8.5/js/src/configure.in >@@ -1498,7 +1498,7 @@ > CPU_ARCH=x86 > ;; > >-powerpc64 | ppc64) >+powerpc64 | ppc64 | powerpc64le | ppc64le) > CPU_ARCH=ppc64 > ;; > >diff -Naur js-1.8.5/js/src/Makefile.in.ori js-1.8.5/js/src/Makefile.in >--- js-1.8.5/js/src/Makefile.in.ori >+++ js-1.8.5/js/src/Makefile.in >@@ -382,7 +382,7 @@ CPPSRCS += checks.cc \ > # END enclude sources for V8 dtoa > ############################################# > >-ifeq (,$(filter-out aarch64 powerpc powerpc64 sparc sparc64 s390 s390x,$(TARGET_CPU))) >+ifeq (,$(filter-out aarch64 powerpc powerpc64 powerpc64le sparc sparc64 s390 s390x,$(TARGET_CPU))) > > VPATH += $(srcdir)/assembler \ > $(srcdir)/assembler/wtf \
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 Raw
Actions:
View
Attachments on
bug 1096135
: 893892