Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 448802 Details for
Bug 595878
amd64-fbsd/clang profile: pure clang support.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sample patch for profiles/arch/amd64-fbsd/clang/profile.bashrc
bug595878_profile.patch (text/plain), 755 bytes, created by
Yuta SATOH
on 2016-10-02 09:26:55 UTC
(
hide
)
Description:
sample patch for profiles/arch/amd64-fbsd/clang/profile.bashrc
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2016-10-02 09:26:55 UTC
Size:
755 bytes
patch
obsolete
>diff --git a/profiles/arch/amd64-fbsd/clang/profile.bashrc b/profiles/arch/amd64-fbsd/clang/profile.bashrc >index a6e226c..f741ccd 100644 >--- a/profiles/arch/amd64-fbsd/clang/profile.bashrc >+++ b/profiles/arch/amd64-fbsd/clang/profile.bashrc >@@ -4,5 +4,6 @@ > > # Check if clang/clang++ exist before setting them so that we can more easily > # switch to this profile and build stages. >-type -P clang > /dev/null && export CC=clang >-type -P clang++ > /dev/null && [ -f /usr/lib/libc++.so ] && export CXX=clang++ >+# Some packages will require BUILD_{CC,CXX} variables, bug 595878. >+type -P clang > /dev/null && export CC=clang && export BUILD_CC=clang >+type -P clang++ > /dev/null && [ -f /usr/lib/libc++.so ] && export CXX=clang++ && export BUILD_CXX=clang++
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 595878
: 448802 |
448804
|
448810
|
448824