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: disable glibc<->libgcc circularity workaround for windows and LLVM #243249

Merged
1 commit merged into from Jul 13, 2023
Merged

gcc: disable glibc<->libgcc circularity workaround for windows and LLVM #243249

1 commit merged into from Jul 13, 2023

Commits on Jun 30, 2023

  1. gcc: disable glibc<->libgcc circularity workaround for windows and LLVM

    This essentially reverts #238154 if `isWindows` or `useLLVM`, the
    two cases where it caused breakage:
    
      #238154 (comment)
    
    Since #238154 exists mainly for `isGNU` (i.e. due to the
    glibc<->libgcc circular dependency) disabling it here isn't a big deal.
    Adam Joseph committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    91ef45c View commit details
    Browse the repository at this point in the history