#4973: building ghc7.0.1.20110217 under x86 solaris fails
----------------------------------+-----------------------------------------
Reporter: maeder | Owner:
Type: bug | Status: new
Priority: highest | Milestone: 7.0.2
Component: Compiler | Version: 7.0.1
Resolution: | Keywords:
Testcase: | Blockedby:
Difficulty: | Os: Solaris
Blocking: | Architecture: x86
Failure: Building GHC failed |
----------------------------------+-----------------------------------------
Comment(by maeder):
The variant without "call" in ghc.mk as used before (in ghc-7.0.1) works:
{{{
- $(INSTALL_SCRIPT) $(INSTALL_OPTS) $$i
"$(DESTDIR)$(ghclibexecdir)"; \
+ $(call
INSTALL_SCRIPT,$(INSTALL_OPTS),$$i,"$(DESTDIR)$(ghclibexecdir)"); \
}}}
But there are many places where this would need to be changed.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4973#comment:20>
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