[commit: ghc] master: deriveConstants: Fix nm advice one last time (ecc0603)
git at git.haskell.org
git at git.haskell.org
Sun May 1 21:56:17 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ecc060302b13d5a6ffb0fdfb0625b90f2fbfca0f/ghc
>---------------------------------------------------------------
commit ecc060302b13d5a6ffb0fdfb0625b90f2fbfca0f
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun May 1 18:05:28 2016 +0200
deriveConstants: Fix nm advice one last time
Missing a close paren.
>---------------------------------------------------------------
ecc060302b13d5a6ffb0fdfb0625b90f2fbfca0f
utils/deriveConstants/Main.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/deriveConstants/Main.hs b/utils/deriveConstants/Main.hs
index 6cd48d4..1878fd9 100644
--- a/utils/deriveConstants/Main.hs
+++ b/utils/deriveConstants/Main.hs
@@ -693,7 +693,7 @@ getWanted verbose os tmpdir gccProgram gccFlags nmProgram mobjdumpProgram
Just 0x292 -> die $ "broken 'nm' detected, see https://ghc.haskell.org/ticket/11744.\n"
++ "\n"
++ "Workaround: You may want to pass\n"
- ++ " --with-nm=$(xcrun --find nm-classic\n"
+ ++ " --with-nm=$(xcrun --find nm-classic)\n"
++ "to 'configure'.\n"
Just x -> die ("unexpected value round-tripped for CONTROL_GROUP_CONST_291: " ++ show x)
More information about the ghc-commits
mailing list