at master 516 B view raw
1--- a/configure.ac 2024-06-07 09:17:50.608162031 -0700 2+++ b/configure.ac 2024-06-07 09:45:59.844518241 -0700 3@@ -554,6 +554,9 @@ 4 *-*-wasi) 5 ac_sys_system=WASI 6 ;; 7+ *-*-freebsd) 8+ ac_sys_system=FreeBSD 9+ ;; 10 *) 11 # for now, limit cross builds to known configurations 12 MACHDEP="unknown" 13@@ -614,6 +617,9 @@ 14 wasm32-*-* | wasm64-*-*) 15 _host_cpu=$host_cpu 16 ;; 17+ x86_64-*-freebsd) 18+ _host_cpu=x86_64 19+ ;; 20 *) 21 # for now, limit cross builds to known configurations 22 MACHDEP="unknown"