Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 314485 Details for
Bug 419927
media-libs/mesa-8.0.3 build failure on x32
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add x32 support
mesa-8.0.3-x32.patch (text/plain), 934 bytes, created by
Tim Harder
on 2012-06-06 23:06:20 UTC
(
hide
)
Description:
add x32 support
Filename:
MIME Type:
Creator:
Tim Harder
Created:
2012-06-06 23:06:20 UTC
Size:
934 bytes
patch
obsolete
>--- Mesa-8.0.3/bin/mklib >+++ Mesa-8.0.3/bin/mklib >@@ -337,7 +337,12 @@ > ARM=`file $1 | grep ARM` > # Do not add "-m32" option for arm. > if [ -z "$ARM" -a "${ABI32}" -a `uname -m` = "x86_64" ] ; then >- OPTS="-m32 ${OPTS}" >+ ABIX32=`file $1 | grep x86-64` >+ if [ "${ABIX32}" ]; then >+ OPTS="-mx32 ${OPTS}" >+ else >+ OPTS="-m32 ${OPTS}" >+ fi > fi > > if [ "${ALTOPTS}" ] ; then >@@ -395,8 +400,13 @@ > ABI32=`file $1 | grep 32-bit` > ARM=`file $1 | grep ARM` > # Do not add "-m32" option for arm. >- if [ -z "$ARM" -a "${ABI32}" -a `uname -m` = "x86_64" ] ; then >- OPTS="-m32 ${OPTS}" >+ if [ -z "$ARM" -a "${ABI32}" -a `uname -m` = "x86_64" ] ; then >+ ABIX32=`file $1 | grep x86-64` >+ if [ "${ABIX32}" ]; then >+ OPTS="-mx32 ${OPTS}" >+ else >+ OPTS="-m32 ${OPTS}" >+ fi > fi > if [ "${ALTOPTS}" ] ; then > OPTS=${ALTOPTS}
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 419927
:
314419
| 314485