[GHC] #11618: Supporting echoing the C compiler invocation instead of the GHC invocation when building the RTS
GHC
ghc-devs at haskell.org
Sat Feb 20 23:49:11 UTC 2016
#11618: Supporting echoing the C compiler invocation instead of the GHC invocation
when building the RTS
-------------------------------------+-------------------------------------
Reporter: dobenour | Owner:
Type: feature | Status: new
request |
Priority: normal | Milestone:
Component: Build System | Version: 7.10.3
Keywords: ide | Operating System: Unknown/Multiple
Architecture: | Type of failure: Other
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Currently GHC's build system echos the GHC invocation used to build each C
source file. This is incompatible with IDEs like Eclipse, which require
that the actual C compiler invocation be emitted so they can determine the
flags being passed to the C compiler. As a result, code assistance in
Eclipse is poor.
This is a feature request for mimicking the build output of a C build.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11618>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list