From 6b548790a82f7399e574aa2a2d6148b5c1645f0d Mon Sep 17 00:00:00 2001 From: Marios Titas Date: Wed, 9 Aug 2023 04:42:56 +0300 Subject: [PATCH] ghc-9.4.6 --- NOTES-musl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTES-musl.md b/NOTES-musl.md index ca997bc..332fd41 100644 --- a/NOTES-musl.md +++ b/NOTES-musl.md @@ -10,7 +10,7 @@ None so for. ## Release notes - * For 9.2.7/9.2.8/9.4.5/9.6.2: Compiled against `musl-1.2.3` and `linux-headers-6.1` 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 9.2.7/9.2.8/9.4.5/9.4.6/9.6.2: Compiled against `musl-1.2.3` and `linux-headers-6.1` 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 9.4.4: Compiled against `musl-1.2.3` and `linux-headers-5.15` 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.10.5/8.10.6/8.10.7/9.2.1/9.0.2/9.2.4/9.4.3: Compiled against `musl-1.2.1` and `linux-headers-5.10` 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.10.3/8.10.4/9.0.1: Compiled against `musl-1.2.1` and `linux-headers-4.14` 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=...`.