Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
This fork has diverged from the upstream repository.
  • Ben Gamari's avatar
    dd1df967
    configure: Fix escaping of `$tooldir` · dd1df967
    Ben Gamari authored
    In !9547 I introduced `$tooldir` directories into GHC's default link and
    compilation flags to ensure that our C toolchain finds its own headers
    and libraries before others on the system. However, the patch was subtly
    wrong in the escaping of `$tooldir`. Fix this.
    
    Fixes #22561.
    
    (cherry picked from commit 9ffd5d57)
    dd1df967
    History
    configure: Fix escaping of `$tooldir`
    Ben Gamari authored
    In !9547 I introduced `$tooldir` directories into GHC's default link and
    compilation flags to ensure that our C toolchain finds its own headers
    and libraries before others on the system. However, the patch was subtly
    wrong in the escaping of `$tooldir`. Fix this.
    
    Fixes #22561.
    
    (cherry picked from commit 9ffd5d57)
fp_settings.m4 4.94 KiB