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

add build note to assembler sources #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 21, 2021

  1. add build note to assembler sources

    When distros use the annobin compiler plugin [1], they have complete overview
    what compiler flags were used for compilation and they are able to perform
    security checks on the produced binaries. Compiling assembler source can't
    provide this kind of information by default, so we need the explicit
    -Wa,--generate-missing-build-notes=yes option during build. When the option is
    missing, then the annocheck tool reports "GAPS" in the resulting binary.
    
    binutils >= 2.31 or older with backport is needed
    
    [1] https://fedoraproject.org/wiki/Changes/Annobin
    
    Signed-off-by: Dan Horák <[email protected]>
    sharkcz committed May 21, 2021
    Configuration menu
    Copy the full SHA
    0e4592f View commit details
    Browse the repository at this point in the history