diff options
author | Greg Steuck <greg@nest.cx> | 2022-06-18 13:33:10 -0700 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-06-27 08:02:56 -0400 |
commit | 3fbab7572672200bcccb11cd0f0f93b01ae2580d (patch) | |
tree | 1804d354021155ffb147cc44e5bb9a790e76aa03 /llvm-targets | |
parent | 06cf6f4a3c9e520b054b7d83feb622ee15796a94 (diff) | |
download | haskell-3fbab7572672200bcccb11cd0f0f93b01ae2580d.tar.gz |
Remove the traces of i386-*-openbsd, long live amd64
OpenBSD will not ship any ghc packages on i386 starting with 7.2
release. This means there will not be a bootstrap compiler easily
available. The last available binaries are ghc-8.10.6 which is
already not supported as bootstrap for HEAD.
See here for more information:
https://marc.info/?l=openbsd-ports&m=165060700222580&w=2
Diffstat (limited to 'llvm-targets')
-rw-r--r-- | llvm-targets | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm-targets b/llvm-targets index 467e2634e7..ee36e891c4 100644 --- a/llvm-targets +++ b/llvm-targets @@ -54,6 +54,5 @@ ,("armv7-unknown-freebsd-gnueabihf", ("e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64", "generic", "+strict-align")) ,("aarch64-unknown-netbsd", ("e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128", "generic", "+neon")) ,("x86_64-unknown-openbsd", ("e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128", "x86-64", "+retpoline-indirect-calls +retpoline-indirect-branches")) -,("i386-unknown-openbsd", ("e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-f64:32:64-f80:32-n8:16:32-S128", "i586", "")) ,("arm-unknown-nto-qnx-eabi", ("e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64", "arm7tdmi", "+strict-align")) ] |