
#7733: iOS patch libraries/dph can't be omitted from the build on non-TH-capable
platforms any more
--------------------------------+-------------------------------------------
Reporter: StephenBlackheath | Owner:
Type: bug | Status: new
Priority: normal | Component: Build System
Version: 7.7 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: Building GHC failed | Blockedby:
Blocking: 7724 | Related:
--------------------------------+-------------------------------------------
We can't build without libraries/dph any more. This happens if we use
./sync-all --no-dph get, and it's needed on build configurations that
don't support TH (such as cross-compiling).
I think this is a regression in the recent fix
{{{
commit 104ff6e9ad85751dab2fc2ed25cf8f7827bb13f1
Author: Ian Lynagh