Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Tamar Christina's avatar
    c839c57e
    Fix the searching of target AR tool · c839c57e
    Tamar Christina authored
    Summary:
    Ar was being checked twice prior to D3883 where I removed one of the checks
    because the converted path was being overridden after the check because of
    the second check for Ar. However the one in configure.ac was a target check
    so I'm changing the path check to a target check now.
    
    Test Plan: ./configure
    
    Reviewers: angerman, austin, hvr, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: rwbarton, thomie, erikd
    
    GHC Trac Issues: #14274
    
    Differential Revision: https://phabricator.haskell.org/D4020
    c839c57e
    History
    Fix the searching of target AR tool
    Tamar Christina authored
    Summary:
    Ar was being checked twice prior to D3883 where I removed one of the checks
    because the converted path was being overridden after the check because of
    the second check for Ar. However the one in configure.ac was a target check
    so I'm changing the path check to a target check now.
    
    Test Plan: ./configure
    
    Reviewers: angerman, austin, hvr, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: rwbarton, thomie, erikd
    
    GHC Trac Issues: #14274
    
    Differential Revision: https://phabricator.haskell.org/D4020
Code owners
Assign users and groups as approvers for specific file changes. Learn more.