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

libhugetlbfs: Always use BFD linker when using clang toolchain #1016

Merged
merged 2 commits into from
Oct 11, 2024

Commits on Oct 10, 2024

  1. libhugetlbfs: Always use BFD linker when using clang toolchain

    it uses its own linker wrapper which calls LD variable in the end
    and expects it to be traditional GNU linker. Lets provide it
    what it needs.
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ab9ff57 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. libunix-statgrab: Use compiler for linker always irrespective of comp…

    …iler
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    611cbf5 View commit details
    Browse the repository at this point in the history