breaks the build.
sPgm_ar = ar_path,
sPgm_ranlib = ranlib_path,
sPgm_lo = (lo_prog,[]),
- sPgm_lc = (lc_prog,[Option "-mcpu=arm1176jzf-s"]),
+ sPgm_lc = (lc_prog,[]),
sPgm_lcc = (lcc_prog,[]),
sPgm_i = iserv_prog,
sOpt_L = [],
[changes brought forward from 7.6.3-21+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 19 Apr 2015 14:00:16 +0000]
* Change compiler defaults for armv6
- * Force llvm cpu and float abi options
- [changes introduced in 7.8.4-9+rpi1 by Peter Michael Green]
- * no longer set Option "-float-abi=hard" in force-llc-settings, ghc now
- sets it without help and setting it twice makes llc fail.
[changed introduced in 7.10.3-2+rpi1 by Peter Michael Green]
* Add call to dh_autoreconf_clean
+++ /dev/null
-Description: force llc settings to ones that are known to work
-Author: Peter Michael Green <plugwash@p10link.net>
-
---- ghc-8.4.3+dfsg1.orig/compiler/main/SysTools.hs
-+++ ghc-8.4.3+dfsg1/compiler/main/SysTools.hs
-@@ -297,7 +297,7 @@ initSysTools mbMinusB
- sPgm_ar = ar_path,
- sPgm_ranlib = ranlib_path,
- sPgm_lo = (lo_prog,[]),
-- sPgm_lc = (lc_prog,[]),
-+ sPgm_lc = (lc_prog,[Option "-mcpu=arm1176jzf-s"]),
- sPgm_lcc = (lcc_prog,[]),
- sPgm_i = iserv_prog,
- sOpt_L = [],
fix-build-using-unregisterized-v8.2
add_-latomic_to_ghc-prim
haddock-out-of-memory.patch
-force-llc-settings