diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-11-08 00:19:55 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-11-08 00:54:05 +0100 |
commit | d9c1450a8e2f4af6a8347f64ba2cee98304dbe27 (patch) | |
tree | 5e5b41d81c6e0e2b07946dbf77ef6520dd30c75b /ghc.mk | |
parent | 22080113f02f6644e2a0e3ce8adb1502346ab3b4 (diff) | |
download | haskell-d9c1450a8e2f4af6a8347f64ba2cee98304dbe27.tar.gz |
Build system: use stage0 to build dll-split
When cross-compiling ghc itself, this prevents:
"dll-split: cannot execute binary file: Exec format error"
Test Plan:
* ./configure --target=arm-linux-gnueabihf
* DYNAMIC_GHC_PROGRAMS=YES
* Stage1Only=NO
Reviewers: rwbarton, bgamari, austin
Reviewed By: austin
Differential Revision: https://phabricator.haskell.org/D1430
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -524,7 +524,6 @@ $(foreach pkg,$(PACKAGES_STAGE1),$(eval $(call fixed_pkg_dep,$(pkg),dist-install # eachother, so we can configure them in parallel. utils/ghc-pwd/dist-install/package-data.mk: $(fixed_pkg_prev) utils/ghc-cabal/dist-install/package-data.mk: $(fixed_pkg_prev) -utils/dll-split/dist-install/package-data.mk: $(fixed_pkg_prev) utils/hpc/dist-install/package-data.mk: $(fixed_pkg_prev) utils/ghc-pkg/dist-install/package-data.mk: $(fixed_pkg_prev) utils/hsc2hs/dist-install/package-data.mk: $(fixed_pkg_prev) |