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

gcc: deduplicate version expressions #250489

Merged
21 commits merged into from Aug 21, 2023
Merged

gcc: deduplicate version expressions #250489

21 commits merged into from Aug 21, 2023

Commits on Aug 21, 2023

  1. default-gcc-version: init

    This commit lifts the default gcc version to a top-level attribute
    so it can be overridden.
    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c11be19 View commit details
    Browse the repository at this point in the history
  2. gcc: cp ./13/default.nix ./default.nix

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0f7bf37 View commit details
    Browse the repository at this point in the history
  3. gcc: default.nix: replace ../ with ./

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2e16ac5 View commit details
    Browse the repository at this point in the history
  4. gcc: default.nix: parameterize by version

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    59daa06 View commit details
    Browse the repository at this point in the history
  5. gcc: if atLeast 13, use deduplicated version

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c3bae70 View commit details
    Browse the repository at this point in the history
  6. gcc: if atLeast 12, use deduplicated version

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    dc3eb56 View commit details
    Browse the repository at this point in the history
  7. gcc: if atLeast 11, use deduplicated version

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8a822d6 View commit details
    Browse the repository at this point in the history
  8. gcc: if atLeast 10, use deduplicated version

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c72e136 View commit details
    Browse the repository at this point in the history
  9. gcc: if atLeast 9, use deduplicated version

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    01902c7 View commit details
    Browse the repository at this point in the history
  10. gcc: if atLeast 8, use deduplicated version

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    942d7ec View commit details
    Browse the repository at this point in the history
  11. gcc: if atLeast 7, use deduplicated version

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b3d07e8 View commit details
    Browse the repository at this point in the history
  12. gcc: if atLeast 6, use deduplicated version

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b505fb4 View commit details
    Browse the repository at this point in the history
  13. gcc: if atLeast 4.9, use deduplicated version

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8a4148a View commit details
    Browse the repository at this point in the history
  14. gcc: if atLeast 4.8, use deduplicated version

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    da87387 View commit details
    Browse the repository at this point in the history
  15. gcc: move patches attribute into patches/ subdirectory

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7367bb6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0219875 View commit details
    Browse the repository at this point in the history
  17. gcc: update gccFun for deduplicated gcc expressions

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    57e5724 View commit details
    Browse the repository at this point in the history
  18. gcc: clean up version conditions

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    869b639 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fa0fc88 View commit details
    Browse the repository at this point in the history
  20. gcc: resolve merge conflict from staging

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    39b20be View commit details
    Browse the repository at this point in the history
  21. gcc: patches: fix patch name

    Adam Joseph committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b955304 View commit details
    Browse the repository at this point in the history