[Git][ghc/ghc][wip/romes/hadrian-cross-stage2-rebase_SVEN_FINAL] Windows needs NM_STAGE0 as well
Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FINAL at Glasgow Haskell Compiler / GHC Commits: 185ee60d by Sven Tennie at 2026-01-12T11:04:14+01:00 Windows needs NM_STAGE0 as well The stage0 always needs nm. - - - - - 1 changed file: - m4/fp_find_nm.m4 Changes: ===================================== m4/fp_find_nm.m4 ===================================== @@ -12,6 +12,7 @@ AC_DEFUN([FP_FIND_NM], if test "$HostOS" = "mingw32" then NmCmd=$(cygpath -m "$NM") + NM_STAGE0=$NmCmd else NmCmd="$NM" fi View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/185ee60d9185c5e092cab58d2e7aba0c... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/185ee60d9185c5e092cab58d2e7aba0c... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)