Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang profiles: fix can't create stage1, and cleanup #45

Closed
wants to merge 2 commits into from
Closed

clang profiles: fix can't create stage1, and cleanup #45

wants to merge 2 commits into from

Conversation

nigoro
Copy link

@nigoro nigoro commented Feb 23, 2015

@@ -6,3 +6,6 @@ CFLAGS="-O2 -pipe"
CXXFLAGS="-stdlib=libc++ ${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"

# sys-devel/clang require static-analyzer, bug 539858
BOOTSTRAP_USE="${BOOTSTRAP_USE} static-analyzer"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why BOOTSTRAP_USE? Wouldn't it be better to just package.use.force it on LLVM, like you do for clang?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used it because it was a problem of stage1.

sys-devel/llvm is enabled static-analyzer by default.
However, it is disabled by USE="-*" when making stage1.

Please comment in bugzilla. Might get a more detailed comments by aballier.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commented.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping? I'm still waiting for reply there :P.

@mgorny
Copy link
Member

mgorny commented Mar 14, 2015

Merged, thanks.

@mgorny mgorny closed this Mar 14, 2015
minaco2 pushed a commit to git-portage/git-portage that referenced this pull request Mar 15, 2015
@nigoro nigoro deleted the bug539858 branch April 18, 2015 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants