Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 354612 Details for
Bug 478810
sys-devel/llvm: please add symlink clang-cpp for better amd64-fbsd clang profile support.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
drop warning sample patch for toolchain-funcs.eclass
478810-toolchain-funcs.eclass.patch (text/plain), 533 bytes, created by
Yuta SATOH
on 2013-07-30 13:08:25 UTC
(
hide
)
Description:
drop warning sample patch for toolchain-funcs.eclass
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2013-07-30 13:08:25 UTC
Size:
533 bytes
patch
obsolete
>diff --git a/toolchain-funcs.eclass b/toolchain-funcs.eclass >index 37426b9..b282064 100644 >--- a/toolchain-funcs.eclass >+++ b/toolchain-funcs.eclass >@@ -483,6 +483,8 @@ tc-endian() { > # Query the preprocessor to improve compatibility across different > # compilers rather than maintaining a --version flag matrix. #335943 > _gcc_fullversion() { >+ local opt="" >+ [[ $(tc-getCPP) == clang-cpp ]] || opt="-E" > local ver="$1"; shift > set -- `$(tc-getCPP "$@") -E -P - <<<"__GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__"` > eval echo "$ver"
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 478810
:
354610
| 354612 |
354614