Dissable building of haddock for cross compile
Nathan Hüsken <[email protected]> Wed, 09 Jan 2013 18:11:13 +0100
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
As mention in a previous message, when trying to build a cross compiler for android, I get: make[1]: *** No rule to make target `compiler/stage2/build/Module.hi', needed by `utils/haddock/dist/build/Main.o'. Stop. Looking at the output for the build for arm-unknown-nto-qnx8.0.0eabi, it does not event attempt to build anything in utils/haddock. Why? And how do I dissable this for android? Thanks! Nathan