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 /utils | |
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 'utils')
-rwxr-xr-x | utils/llvm-targets/gen-data-layout.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/llvm-targets/gen-data-layout.sh b/utils/llvm-targets/gen-data-layout.sh index 85e8885cbf..75d7d2d64a 100755 --- a/utils/llvm-targets/gen-data-layout.sh +++ b/utils/llvm-targets/gen-data-layout.sh @@ -118,7 +118,6 @@ TARGETS=( ######################### "x86_64-unknown-openbsd" - "i386-unknown-openbsd" ######################### # Other |