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

Make GCC the default compiler. #44

Merged
merged 1 commit into from
Jul 9, 2014
Merged

Conversation

Andrew-Dunn
Copy link
Contributor

Fedora 20's llvm-config currently outputs a flag which causes clang to crash.

Fedora 20's llvm-config currently outputs a flag which causes clang to crash.
@whitequark
Copy link
Member

Odd. What is the relevant llvm/clang bug?

@Andrew-Dunn
Copy link
Contributor Author

It's a Fedora problem. They began using the compilation option -fstack-protector-strong which is not supported by clang. This option was then included in Fedora's version of llvm-config. So when trying to compile with this flag, clang will raise an error like so:

clang: error: unknown argument: '-fstack-protector-strong'

https://fedorahosted.org/fesco/ticket/1128
http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/053973.html

whitequark added a commit that referenced this pull request Jul 9, 2014
Make GCC the default compiler.
@whitequark whitequark merged commit 99e3d6f into ruby-llvm:master Jul 9, 2014
@Andrew-Dunn Andrew-Dunn deleted the patch-1 branch July 9, 2014 07:18
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