Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 333066 Details for
Bug 448208
sys-devel/{llvm,clang} support for C++11 (both), doxygen docs and python (clang) USE flags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add c++0x USE to llvm-3.2
llvm-3.2-add-c++0x.patch (text/plain), 779 bytes, created by
Alex Turbov
on 2012-12-22 18:58:09 UTC
(
hide
)
Description:
add c++0x USE to llvm-3.2
Filename:
MIME Type:
Creator:
Alex Turbov
Created:
2012-12-22 18:58:09 UTC
Size:
779 bytes
patch
obsolete
>--- llvm-3.2.ebuild 2012-12-21 13:18:12.000000000 +0400 >+++ llvm-3.2-r1.ebuild 2012-12-22 07:54:40.000000000 +0400 >@@ -13,7 +13,7 @@ > LICENSE="UoI-NCSA" > SLOT="0" > KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" >-IUSE="debug doc gold +libffi multitarget ocaml test udis86 vim-syntax" >+IUSE="c++0x debug doc gold +libffi multitarget ocaml test udis86 vim-syntax" > > DEPEND="dev-lang/perl > dev-python/sphinx >@@ -111,7 +111,8 @@ > --with-optimize-option= > $(use_enable !debug optimized) > $(use_enable debug assertions) >- $(use_enable debug expensive-checks)" >+ $(use_enable debug expensive-checks) >+ $(use_enable c++0x cxx11)" > > if use multitarget; then > CONF_FLAGS="${CONF_FLAGS} --enable-targets=all"
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 448208
: 333066 |
333068