Forked from
Glasgow Haskell Compiler / GHC
This fork has diverged from the upstream repository.
-
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)
Ben Gamari authoredIn !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