2009-04-16 14:36:48 -04:00
|
|
|
$OpenBSD: patch-gcc_config_host,v 1.6 2009/04/16 18:36:48 espie Exp $
|
|
|
|
--- gcc/config.host.orig Sat Sep 1 17:28:30 2007
|
|
|
|
+++ gcc/config.host Tue Apr 7 19:38:59 2009
|
|
|
|
@@ -200,6 +200,10 @@ case ${host} in
|
2006-07-31 05:50:53 -04:00
|
|
|
out_host_hook_obj=host-solaris.o
|
|
|
|
host_xmake_file="${host_xmake_file} x-solaris"
|
|
|
|
;;
|
|
|
|
+ *-*-openbsd*)
|
|
|
|
+ out_host_hook_obj=host-openbsd.o
|
|
|
|
+ host_xmake_file="${host_xmake_file} x-openbsd"
|
|
|
|
+ ;;
|
|
|
|
*-*-linux*)
|
|
|
|
out_host_hook_obj=host-linux.o
|
|
|
|
host_xmake_file="${host_xmake_file} x-linux"
|