Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Adrian Ratiu's avatar
    fb65e6e3
    fp_prog_ar.m4: take AR var into consideration · fb65e6e3
    Adrian Ratiu authored and Matthew Pickering's avatar Matthew Pickering committed
    In ChromeOS and Gentoo we want the ability to use LLVM ar
    instead of GNU ar even though both are installed, thus we
    pass (for eg) AR=llvm-ar to configure.
    
    Unfortunately GNU ar always gets picked regardless of the
    AR setting because the check does not consider the AR var
    when setting fp_prog_ar, hence this fix.
    fb65e6e3
    History
    fp_prog_ar.m4: take AR var into consideration
    Adrian Ratiu authored and Matthew Pickering's avatar Matthew Pickering committed
    In ChromeOS and Gentoo we want the ability to use LLVM ar
    instead of GNU ar even though both are installed, thus we
    pass (for eg) AR=llvm-ar to configure.
    
    Unfortunately GNU ar always gets picked regardless of the
    AR setting because the check does not consider the AR var
    when setting fp_prog_ar, hence this fix.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.