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

compileopts: adapt GOARM to follow new 1.22 scheme #4189

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Mar 26, 2024

  1. compileopts: adapt GOARM to follow new 1.22 scheme

    This ads the optional softfloat and hardfloat suffix to GOARM
    the same way it was introduced upstream with Go 1.22. By default
    armv5 is softfloat while v6 and v7 are hardfloat.
    
    Signed-off-by: Marvin Drees <[email protected]>
    MDr164 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8bfadd9 View commit details
    Browse the repository at this point in the history
  2. builder_test: add arm float tests

    Signed-off-by: Marvin Drees <[email protected]>
    MDr164 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    761b18b View commit details
    Browse the repository at this point in the history