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 936971 Details for
Bug 1140157
firefox: fails to build on s390(x) and ppc64le
[?]
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]
back port of change to /js/src/configure.in
firefox-backport-js-src-configure-in.patch (text/plain), 2.16 KB, created by
Jakub Čajka
on 2014-09-12 13:36:44 UTC
(
hide
)
Description:
back port of change to /js/src/configure.in
Filename:
MIME Type:
Creator:
Jakub Čajka
Created:
2014-09-12 13:36:44 UTC
Size:
2.16 KB
patch
obsolete
>#Based on: >#https://hg.mozilla.org/mozilla-central/rev/57852745f33b >#https://hg.mozilla.org/mozilla-central/rev/926f47807112 >#https://hg.mozilla.org/mozilla-central/rev/a7b832e15a34 >--- firefox-32.0/mozilla-release/js/src/configure.in 2014-08-26 05:37:57.000000000 +0200 >+++ configure.in 2014-09-12 09:30:32.252623444 +0200 >@@ -1313,10 +1316,10 @@ > result="yes", result="no") > AC_MSG_RESULT("$result") > if test "$result" = "yes"; then >- AC_DEFINE(HAVE_64BIT_OS) >- HAVE_64BIT_OS=1 >+ AC_DEFINE(HAVE_64BIT_BUILD) >+ HAVE_64BIT_BUILD=1 > fi >-AC_SUBST(HAVE_64BIT_OS) >+AC_SUBST(HAVE_64BIT_BUILD) > AC_LANG_RESTORE > fi # COMPILE_ENVIRONMENT > >@@ -1404,7 +1407,7 @@ > *-aix*) > AC_DEFINE(AIX) > if test ! "$GNU_CC"; then >- if test ! "$HAVE_64BIT_OS"; then >+ if test ! "$HAVE_64BIT_BUILD"; then > # Compiling with Visual Age C++ object model compat is the > # default. To compile with object model ibm, add > # AIX_OBJMODEL=ibm to .mozconfig. >@@ -1748,7 +1763,7 @@ > > case "$target" in > i*86-*) >- if test "$HAVE_64BIT_OS"; then >+ if test "$HAVE_64BIT_BUILD"; then > AC_MSG_ERROR([You are targeting i386 but using the 64-bit compiler.]) > fi > >@@ -1983,39 +1998,34 @@ > i?86-*) > ENABLE_ION=1 > AC_DEFINE(JS_CPU_X86) >- AC_DEFINE(JS_NUNBOX32) > ;; > x86_64*-*) > ENABLE_ION=1 > AC_DEFINE(JS_CPU_X64) >- AC_DEFINE(JS_PUNBOX64) > ;; > arm*-*) > ENABLE_ION=1 > AC_DEFINE(JS_CPU_ARM) >- AC_DEFINE(JS_NUNBOX32) > ;; >-sparc*-*) >- if test ! "$HAVE_64BIT_OS" ; then >+sparc-*) > dnl ENABLE_ION=0 > AC_DEFINE(JS_CPU_SPARC) >- AC_DEFINE(JS_NUNBOX32) >- else >- AC_DEFINE(JS_CPU_SPARC64) >- AC_DEFINE(JS_PUNBOX64) >- fi >- ;; >-powerpc64-*) >- AC_DEFINE(JS_CPU_PPC64) >- AC_DEFINE(JS_PUNBOX64) >- ;; >-powerpc-*) >- AC_DEFINE(JS_CPU_PPC) >- AC_DEFINE(JS_NUNBOX32) > ;; > mips*-*) > AC_DEFINE(JS_CPU_MIPS) >- AC_DEFINE(JS_NUNBOX32) >+ ;; >+esac >+ >+case "$target" in >+mips*-*) >+ AC_DEFINE(JS_NUNBOX32) >+ ;; >+*) >+ if test "$HAVE_64BIT_BUILD" ; then >+ AC_DEFINE(JS_PUNBOX64) >+ else >+ AC_DEFINE(JS_NUNBOX32) >+ fi > ;; > esac >
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 1140157
:
936114
|
936137
| 936971