[Git][ghc/ghc][wip/ghc-toolchain-fixes] order
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Aug 8 14:33:13 UTC 2023
Matthew Pickering pushed to branch wip/ghc-toolchain-fixes at Glasgow Haskell Compiler / GHC
Commits:
0a32e22f by Matthew Pickering at 2023-08-08T15:32:47+01:00
order
- - - - -
1 changed file:
- m4/fp_cpp_cmd_with_args.m4
Changes:
=====================================
m4/fp_cpp_cmd_with_args.m4
=====================================
@@ -51,7 +51,7 @@ AC_ARG_WITH(cpp-flags,
[
# Augment CPP_ARGS with whatever flags were previously configured and passed
# as an argument.
- CPP_ARGS="$CPP_ARGS $$3"
+ CPP_ARGS="$$3 $CPP_ARGS"
])
$2="$CPP_CMD"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0a32e22f23ba76bbfe9b34df0fecc011183dd4f6
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0a32e22f23ba76bbfe9b34df0fecc011183dd4f6
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/af011ae9/attachment-0001.html>
More information about the ghc-commits
mailing list