summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-07-01 10:22:35 +0200
committerErich Eckner <git@eckner.net>2019-07-01 10:22:35 +0200
commit88e8230feaa322f71f4a9080e0614ab7711d04b6 (patch)
treef18f7bd81d4993ff58f3d59fc6ce4e15f1cc9a73
parente9d772a23bce0cec31278f31863e714ddd00399e (diff)
downloadpackages-88e8230feaa322f71f4a9080e0614ab7711d04b6.tar.xz
blacklist ghc for i486 - bootstrapping required
-rw-r--r--blacklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/blacklist b/blacklist
index b8714b4a..1df8d11a 100644
--- a/blacklist
+++ b/blacklist
@@ -22,6 +22,7 @@ i486 efivar # doesn't make a lot of sense for BIOS non-EFI systems
pentium4 electron # fails to build since quite some time - feel free to open pull requests
pentium4 electron2 # see above
pentium4 firefox-developer-edition # llvm segfaults, virtual memory issues (blacklisting may be temporary)
+i486 ghc # needs to be bootstrapped first - fun, fun, fun!
pentium4 gitlab # basically, it never builds
pentium4 intel-media-driver # Broadwell+ iGPUs, not really useful for old machines
pentium4 julia # /build/julia/src/julia/src/atomics.h:9:4: error: #error Julia can only be built for architectures above Pentium 4. Pass -march=pentium4, or set MARCH=pentium4 and ensure that -march is not passed separately with an older architecture.