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

Disable GHCs aggressive selection of ld.gold #1033

Merged
merged 11 commits into from
Mar 31, 2024
Merged

Disable GHCs aggressive selection of ld.gold #1033

merged 11 commits into from
Mar 31, 2024

Commits on Mar 23, 2024

  1. Pass --disable-ld-override when installing/compiling GHC

    Fixes #1032
    
    Users can still run 'ghcup install ghc <ver> -- enable-ld-override'
    hasufell committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7a684ad View commit details
    Browse the repository at this point in the history
  2. Update cross CI

    hasufell committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b853443 View commit details
    Browse the repository at this point in the history
  3. Update cross images

    hasufell committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    1e0843d View commit details
    Browse the repository at this point in the history
  4. Update metadata submodule

    hasufell committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    68225c1 View commit details
    Browse the repository at this point in the history
  5. Use deb 11

    hasufell committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    95ac5c8 View commit details
    Browse the repository at this point in the history
  6. Fix linux cross CI

    hasufell committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    700cf74 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Add defGHCConfOptions option

    hasufell committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    243b200 View commit details
    Browse the repository at this point in the history
  2. Force ld.gold for armv7

    hasufell committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    11a3bd3 View commit details
    Browse the repository at this point in the history
  3. Fix missing C++ toolchain

    hasufell committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    87c61de View commit details
    Browse the repository at this point in the history
  4. Revert to old GHCs for armv7

    hasufell committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    1e63413 View commit details
    Browse the repository at this point in the history
  5. Use ld.gold on armv7

    hasufell committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    bd6ac30 View commit details
    Browse the repository at this point in the history