Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 49481 Details for
Bug 79473
Add ppc64 support to mozconfig.eclass
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mozconfig.eclass.patch
mozconfig.eclass.patch (text/plain), 844 bytes, created by
Markus Rothe (RETIRED)
on 2005-01-25 07:55:28 UTC
(
hide
)
Description:
mozconfig.eclass.patch
Filename:
MIME Type:
Creator:
Markus Rothe (RETIRED)
Created:
2005-01-25 07:55:28 UTC
Size:
844 bytes
patch
obsolete
>--- mozconfig.eclass.orig 2005-01-25 15:55:12.933489000 +0100 >+++ mozconfig.eclass 2005-01-25 15:56:00.056512928 +0100 >@@ -83,7 +83,7 @@ > mozconfig_annotate "from CFLAGS" --enable-optimize=-O0 > elif [[ ${ARCH} == hppa ]]; then > mozconfig_annotate "more than -O0 causes segfaults on hppa" --enable-optimize=-O0 >- elif [[ ${ARCH} == alpha || ${ARCH} == amd64 || ${ARCH} == ia64 ]]; then >+ elif [[ ${ARCH} == alpha || ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == ppc64 ]]; then > mozconfig_annotate "more than -O1 causes segfaults on 64-bit (bug 33767)" \ > --enable-optimize=-O1 > elif is-flag -O1; then >@@ -109,6 +109,10 @@ > append-flags -fPIC > ;; > >+ ppc64) >+ append-flags -fPIC -mminimal-toc >+ ;; >+ > ppc) > # Fix to avoid gcc-3.3.x micompilation issues. > if [[ $(gcc-major-version).$(gcc-minor-version) == 3.3 ]]; then
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 79473
: 49481