Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
62799 commits behind the upstream repository.
  • Ian Lynagh's avatar
    c548fec4
    Change the ranlib detection · c548fec4
    Ian Lynagh authored
    On Windows, the ranlib in the path may not be the right ranlib (it may
    be the 32bit ranlib when we are making a Win64 compiler, or vice-versa).
    Therefore we can't leave it up to libffi to detect the right ranlib, but
    need to tell it which ranlib to use. This means that we need to find
    ranlib even if we don't actually need it ourselves.
    c548fec4
    History
    Change the ranlib detection
    Ian Lynagh authored
    On Windows, the ranlib in the path may not be the right ranlib (it may
    be the 32bit ranlib when we are making a Win64 compiler, or vice-versa).
    Therefore we can't leave it up to libffi to detect the right ranlib, but
    need to tell it which ranlib to use. This means that we need to find
    ranlib even if we don't actually need it ourselves.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.