[Git][ghc/ghc][wip/ghc-toolchain-fixes] Hs_CPP, put user options first

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Tue Aug 8 12:52:07 UTC 2023



Matthew Pickering pushed to branch wip/ghc-toolchain-fixes at Glasgow Haskell Compiler / GHC


Commits:
e03eef2a by Matthew Pickering at 2023-08-08T13:51:59+01:00
Hs_CPP, put user options first

- - - - -


1 changed file:

- m4/fp_hs_cpp_cmd_with_args.m4


Changes:

=====================================
m4/fp_hs_cpp_cmd_with_args.m4
=====================================
@@ -64,6 +64,6 @@ AC_ARG_WITH(hs-cpp-flags,
 )
 
 $1=$HS_CPP_CMD
-$2="$HS_CPP_ARGS $$2"
+$2="$$2 $HS_CPP_ARGS"
 
 ])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e03eef2a1500d24e1c211a7bbff217a8d1ae43ea

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e03eef2a1500d24e1c211a7bbff217a8d1ae43ea
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230808/d493822d/attachment.html>


More information about the ghc-commits mailing list