[GHC] #8498: gcc hardcoded in build scripts! (ignores the --with-gcc= flag in configure)
GHC
ghc-devs at haskell.org
Fri Mar 21 15:08:12 UTC 2014
#8498: gcc hardcoded in build scripts! (ignores the --with-gcc= flag in configure)
---------------------------------+------------------------------------
Reporter: carter | Owner:
Type: bug | Status: new
Priority: high | Milestone: 7.8.1
Component: Compiler | Version: 7.7
Resolution: | Keywords:
Operating System: MacOS X | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
---------------------------------+------------------------------------
Comment (by simonmar):
We might not be able to use the gcc from the stage 0 compiler (I can go
into details about the particular setup that leads to this problem, but
it's long and boring). The point is, if you want to override
`$(CC_STAGE0)`, there's currently no good way to do it. I think having
`--with-gcc` set `$(CC_STAGE0)` is fairly sensible provided we're not
cross-compiling. I'm open to other suggestions though.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8498#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list