[cvs-nhc98] patch applied (nhc98): Fixed ARCH confusion
Malcolm Wallace
Malcolm.Wallace at cs.york.ac.uk
Thu Mar 1 11:15:27 EST 2007
Sven Panne <sven.panne at aedion.de> wrote:
> OK, with all the recent changes I get quite far, but only because I
> have a local modification of the nhc98 script: When processing a *.gc
> file, it uses "ld -r" to partially link together the C part and the
> Haskell part.
Since $LD is already defined to equal $CC, I'm thinking to replace
ld -r ...
with
$LD -Wl,-r ...
Regards,
Malcolm
More information about the Cvs-nhc98
mailing list