Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 352308 Details for
Bug 475294
Please add multilib support to libcxxrt and libcxx.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for multilib-build.eclass
475294-multilib-build.eclass.patch (text/plain), 527 bytes, created by
Yuta SATOH
on 2013-06-30 12:05:01 UTC
(
hide
)
Description:
patch for multilib-build.eclass
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2013-06-30 12:05:01 UTC
Size:
527 bytes
patch
obsolete
>--- multilib-build.eclass.orig 2013-06-28 12:01:24.000000000 +0900 >+++ multilib-build.eclass 2013-06-30 21:03:04.000000000 +0900 >@@ -33,6 +33,8 @@ > abi_x86_32:x86 > abi_x86_64:amd64 > abi_x86_x32:x32 >+ abi_x86_32:x86_fbsd >+ abi_x86_64:amd64_fbsd > ) > > # @ECLASS-VARIABLE: MULTILIB_USEDEP >@@ -293,9 +295,9 @@ > # XXX: get abi_* directly > local abi_flag > case "${ABI}" in >- amd64) >+ amd64|amd64_fbsd) > abi_flag=abi_x86_64;; >- x86) >+ x86|x86_fbsd) > abi_flag=abi_x86_32;; > x32) > abi_flag=abi_x86_x32;;
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 475294
:
352308
|
352314
|
352316
|
352318
|
352320
|
352386
|
352508
|
352514
|
352516
|
352588
|
352590
|
352596