logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: patch applied (nhc98): Fixed ARCH confusion: msg#00008

Subject: Re: patch applied (nhc98): Fixed ARCH confusion
Sven Panne <sven.panne@xxxxxxxxx> 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


<Prev in Thread] Current Thread [Next in Thread>