summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/fast2haskell
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-03-10 20:48:44 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-03-24 17:13:58 -0400
commit99623358754d812b8b4bdfcdc57190d38617b9cc (patch)
tree1855477052badd99285e56a8a007a393e1c1062a /testsuite/tests/programs/fast2haskell
parent1756d54763d123cb8eabdc8fb95b3ece8c10a6d4 (diff)
downloadhaskell-99623358754d812b8b4bdfcdc57190d38617b9cc.tar.gz
hadrian: Correct generation of hsc2hs wrapper
If you inspect the inside of a wrapper script for hsc2hs you will see that the cflag and lflag values are concatenated incorrectly. ``` HSC2HS_EXTRA="--cflag=-U__i686--lflag=-fuse-ld=gold" ``` It should instead be ``` HSC2HS_EXTRA="--cflag=-U__i686 --lflag=-fuse-ld=gold" ``` Fixes #21221
Diffstat (limited to 'testsuite/tests/programs/fast2haskell')
0 files changed, 0 insertions, 0 deletions