$OpenBSD: patch-gcc_config_host,v 1.1 2005/02/22 17:35:22 espie Exp $
--- gcc/config.host.orig	Mon Jan 31 14:52:55 2005
+++ gcc/config.host	Mon Jan 31 14:53:22 2005
@@ -178,6 +178,10 @@ case ${host} in
     out_host_hook_obj=host-solaris.o
     host_xmake_file=x-solaris
     ;;
+  *-*-openbsd*)
+    out_host_hook_obj=host-openbsd.o
+    host_xmake_file=x-openbsd
+    ;;
   *-*-linux*)
     out_host_hook_obj=host-linux.o
     host_xmake_file=x-linux
