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 linking on Debian Stretch (gcc-6) #118

Merged
merged 2 commits into from
Feb 15, 2018

Commits on Jun 8, 2017

  1. Fix linking on Debian Stretch

    Provide cc-option. Use that to check if -no-pie is available and
    append it when necessary.
    
    Signed-off-by: Wei Liu <[email protected]>
    Wei Liu committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    35d8119 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Add further -no-pie checks to Rumprun build tools

    This builds upon the previous commit to add -no-pie anywhere the
    relocatable flag (-Wl,-r) is used to handle compilers that enable -pie
    by default (Such as Debian Stretch).
    kent-mcleod committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    b3c1033 View commit details
    Browse the repository at this point in the history