Index: gni/v8.gni
--- gni/v8.gni.orig
+++ gni/v8.gni
@@ -351,7 +351,7 @@ is_drumbrake_supported =
     (v8_current_cpu == "x64" || v8_current_cpu == "arm64" ||
      v8_current_cpu == "riscv64") &&
     (target_os == "win" || target_os == "linux" || target_os == "mac" ||
-     target_os == "ios")
+     target_os == "ios" || target_os == "openbds" || target_os == "freebsd")
 
 # Turbofan is enabled by default, except in lite mode.
 if (v8_enable_turbofan == "") {
