Edit Building/Porting authored by ian@well-typed.com's avatar ian@well-typed.com
......@@ -134,6 +134,7 @@ Unpack a source tree (exactly the same version as before). Call this directory
Create `<H>/mk/build.mk`, with the following contents:
```wiki
PORTING_HOST = YES
GhcUnregisterised = YES
GhcLibHcOpts = -O -fvia-C -keep-hc-files
GhcRtsHcOpts = -keep-hc-files
......
......