From 519faf27974f925f83bdec1eebc775075b039109 Mon Sep 17 00:00:00 2001 From: Marios Titas Date: Tue, 25 Feb 2020 14:16:19 +0200 Subject: [PATCH] ghc-8.8.3 --- NOTES-musl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTES-musl.md b/NOTES-musl.md index a9a41df..8f1fe57 100644 --- a/NOTES-musl.md +++ b/NOTES-musl.md @@ -10,7 +10,7 @@ None so for. ## Release notes - * For 8.8.2: Compiled against `musl-1.1.24` and `linux-headers-3.18` on a gentoo system. Depends on `libgmp.so.10` and `libtinfow.so.6`. The `--disable-ld-override` flag was used to configure the sources. The same flag should probably be used for installation too, i.e. `./configure --disable-ld-override --prefix=...`. + * For 8.8.2/8.8.3: Compiled against `musl-1.1.24` and `linux-headers-3.18` on a gentoo system. Depends on `libgmp.so.10` and `libtinfow.so.6`. The `--disable-ld-override` flag was used to configure the sources. The same flag should probably be used for installation too, i.e. `./configure --disable-ld-override --prefix=...`. * For 8.6.5/8.8.1: Compiled against `musl-1.1.21` and `linux-headers-3.16` on a gentoo system. Depends on `libgmp.so.10` and `libncursesw.so.6`. The `--disable-ld-override` flag was used to configure the sources. The same flag should probably be used for installation too, i.e. `./configure --disable-ld-override --prefix=...`. * For 8.4.4/8.6.2/8.6.3/8.6.4: Compiled against `musl-1.1.20` and `linux-headers-3.16` on a gentoo system. Depends on `libgmp.so.10` and `libncursesw.so.6`. The `--disable-ld-override` flag was used to configure the sources. The same flag should probably be used for installation too, i.e. `./configure --disable-ld-override --prefix=...`. * For 8.6.1: Compiled against `musl-1.1.20` and `linux-headers-3.16` on a gentoo system. Depends on `libgmp.so.10` and `libncursesw.so.6`. The `--disable-ld-override` flag was used to configure the sources. The same flag should probably be used for installation too, i.e. `./configure --disable-ld-override --prefix=...`. I used `gcc-7.3.0` to compile this. Gentoo's gcc now produces pie binaries by default. I wasn't able to make that work with ghc, so I had to pass the `-no-pie` flag everywhere, by using the following `build.mk`