diff options
author | Erich Eckner <git@eckner.net> | 2019-07-02 15:50:33 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-07-02 15:50:33 +0200 |
commit | fce183c8f47a180876d753b8144746865fa1c287 (patch) | |
tree | e3c7785159e0178d804468923c8cb3ad45c84a41 /blacklist | |
parent | f3641c9544742c5f817c131b2206345a64df8911 (diff) | |
download | packages-fce183c8f47a180876d753b8144746865fa1c287.tar.xz |
blacklist i486/ghc and i486/rust
Diffstat (limited to 'blacklist')
-rw-r--r-- | blacklist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. @@ -54,6 +55,7 @@ pentium4 qcef # contains CEF binaries (not current ones) for 64-bit and MIPS onl pentium4 riscv64-linux-gnu-gcc # needs manual bootstrap - is it worth the effort? pentium4 riscv64-linux-gnu-glibc # see riscv64-linux-gnu-gcc pentium4 rubinius # Support for non-64bit platforms was deprecated 1 Jun 2016 and has now been removed. If non-64bit support is a critical feature for your application, please email contact@rubinius.com +i486 rust # needs to be bootstrapped first - fun, fun, fun! pentium4 skia-sharp # does not provide a bin/gn for 32-bit Linux, see FS32#8 pentium4 skia-sharp58 # does not provide a bin/gn for 32-bit Linux, see FS32#8 pentium4 skia-sharp60 # does not provide a bin/gn for 32-bit Linux, see FS32#8 |