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

src: Use %progbits instead of @progbits #38312

Closed
wants to merge 1 commit into from

Commits on Apr 20, 2021

  1. src: Use %progbits instead of @progbits

    While @progbits is preferred for most architectures, there are some
    (notably 32-bit ARM) for which it does not. %progbits is effective
    everywhere.
    
    See https://bugzilla.redhat.com/show_bug.cgi?id=1950528 for more
    details.
    
    Related: nodejs#17933
    Related: nodejs#37688
    
    Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
    sgallagher committed Apr 20, 2021
    Copy the full SHA
    2937196 View commit details
    Browse the repository at this point in the history