[GHC] #10671: inplace/bin/ghc-stage1 doesn't respect --with-ld override
GHC
ghc-devs at haskell.org
Thu Jul 23 07:36:18 UTC 2015
#10671: inplace/bin/ghc-stage1 doesn't respect --with-ld override
-------------------------------------+-------------------------------------
Reporter: mfox | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 7.10.1
Resolution: | Keywords:
Operating System: Linux | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by rwbarton):
Yes, as you can see ghc invokes gcc for the link step. You will need to
work out how to tell gcc to use your custom linker, and then create a
wrapper around gcc that does so and specify that as the C compiler to
configure. Or perhaps there is already such a C compiler in
`/home/cavtools/64/pkg/bin/`?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10671#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list