Skip to content

hadrian hsc2hs wrapper script incorrectly combines `lflag` and `cflag` values

If you inspect the inside of a wrapper script for hsc2hs you will see that the cflag and lflag values are conacatenated incorrectly.

HSC2HS_EXTRA="--cflag=-U__i686--lflag=-fuse-ld=gold"

It should instead be

HSC2HS_EXTRA="--cflag=-U__i686 --lflag=-fuse-ld=gold"
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information