#715: Compile fails for ghc HEAD
----------------------------------+-----------------------------------------
Reporter: [EMAIL PROTECTED] | Owner:
Type: bug | Status: new
Priority: high | Milestone: 6.6
Component: Compiler | Version: 6.5
Severity: critical | Resolution:
Keywords: compile build error | Os: Linux
Difficulty: Unknown | Architecture: x86
----------------------------------+-----------------------------------------
Comment (by [EMAIL PROTECTED]):
And I've realised that the bloody build.mk file also got screwed up in the
listing. This is getting silly :-)
{{{
#BuildFlavour = devel
BuildFlavour = perf
ifeq "$(BuildFlavour)" "devel"
GhcCompilerWays =
SRC_HC_OPTS = -H32m -O0 $(MyWarningOpts)
GhcHcOpts = -Rghc-timing -DDEBUG
GhcLibHcOpts = -O -dcore-lint $(MyWarningOpts) -keep-hc-files
GhcLibWays =
# profiled RTS
#GhcRtsCcOpts = -pg -g
# Optimised/profiled RTS
#GhcRtsCcOpts = -O2 -pg
#GhcRtsWithFrontPanel = YES
#SRC_HC_OPTS += `gtk-config --libs`
SplitObjs = NO
NoFibWays =
SRC_RUNTEST_OPTS += +RTS -H10m -RTS
STRIP=:
endif
ifeq "$(BuildFlavour)" "perf"
SRC_HC_OPTS = -H32m -O $(MyWarningOpts)
GhcHcOpts = -Rghc-timing
GhcLibHcOpts =
GhcLibWays = p
# Multiprocessor Haskell
GhcLibWays += s
GhcRtsCcOpts = -O2 -fomit-frame-pointer -mpreferred-stack-boundary=2
-march=pentium3
endif
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/715>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs