diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-03-10 20:48:44 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-03-24 17:13:58 -0400 |
commit | 99623358754d812b8b4bdfcdc57190d38617b9cc (patch) | |
tree | 1855477052badd99285e56a8a007a393e1c1062a /testsuite/tests/programs/fast2haskell | |
parent | 1756d54763d123cb8eabdc8fb95b3ece8c10a6d4 (diff) | |
download | haskell-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