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

llvm8: add a secureplt patch and fix build with gcc9 on/for ppc32 #12838

Merged
merged 1 commit into from Jul 9, 2019

Conversation

q66
Copy link
Contributor

@q66 q66 commented Jul 6, 2019

This adds a secureplt patch (from Adélie) as we're building everything with secureplt with gcc already (musl requires it, we do it for glibc also). Also, it seems -O2 or -O3 for 32-bit ppc is no good as it's ends up being too big and fails to link. So work around that issue also. And bump because this affects cross-compiling from other hosts (and it's probably a good idea to rebuild this with gcc9 anyway).

@q66
Copy link
Contributor Author

q66 commented Jul 6, 2019

I will adapt this for llvm7 also in a separate PR. llvm6 and before don't support secureplt so they don't need it (and they probably build fine).

@Hoshpak Hoshpak merged commit d1a697f into void-linux:master Jul 9, 2019
@foxlet foxlet deleted the llvm-ppc branch July 12, 2019 23:10
@q66 q66 restored the llvm-ppc branch July 13, 2019 02:03
@q66 q66 deleted the llvm-ppc branch July 13, 2019 02:07
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.

None yet

2 participants