Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
23 lines
516 B
Diff
23 lines
516 B
Diff
--- a/configure.ac 2024-06-07 09:17:50.608162031 -0700
|
|
+++ b/configure.ac 2024-06-07 09:45:59.844518241 -0700
|
|
@@ -554,6 +554,9 @@
|
|
*-*-wasi)
|
|
ac_sys_system=WASI
|
|
;;
|
|
+ *-*-freebsd)
|
|
+ ac_sys_system=FreeBSD
|
|
+ ;;
|
|
*)
|
|
# for now, limit cross builds to known configurations
|
|
MACHDEP="unknown"
|
|
@@ -614,6 +617,9 @@
|
|
wasm32-*-* | wasm64-*-*)
|
|
_host_cpu=$host_cpu
|
|
;;
|
|
+ x86_64-*-freebsd)
|
|
+ _host_cpu=x86_64
|
|
+ ;;
|
|
*)
|
|
# for now, limit cross builds to known configurations
|
|
MACHDEP="unknown"
|