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 armhf build for GCC-11 #627

Merged
merged 1 commit into from Oct 14, 2021
Merged

Commits on Oct 13, 2021

  1. Fix armhf build for GCC-11

    GCC 11 changed the default flag to put the FP option in the -march flag (arm7-a+fp) rather than a specific FPU flag. Therefore it needs to be given separately now.
    
    See https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1939379 for some more details.
    infinity0 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    47c0775 View commit details
    Browse the repository at this point in the history