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

fix Issue 16794 - .deb no working on Ubuntu 16.10 #207

Merged
merged 1 commit into from
Dec 25, 2016

Conversation

MartinNowak
Copy link
Member

  • build amd64 linux libraries with PIC (no significant overhead of RIP relative
    addressing)
  • add -fPIC to default args on amd64

MartinNowak added a commit to MartinNowak/dmd that referenced this pull request Dec 24, 2016
- enable PIC by default on amd64 linux (no significant overhead, full
  PIC/PIE support)
- also see dlang/installer#207
- build amd64 linux libraries with PIC (no significant overhead of RIP relative
  addressing)
- add -fPIC to default args on amd64
@dlang-bot
Copy link
Contributor

dlang-bot commented Dec 24, 2016

Fix Bugzilla Description
16794 dmd not working on Ubuntu 16.10 because of default PIE linking

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