openbsd-ports/lang/gcc/4.1/patches/patch-gcc_config_host
2005-08-04 14:51:36 +00:00

15 lines
453 B
Plaintext

$OpenBSD: patch-gcc_config_host,v 1.4 2005/08/04 14:51:36 espie Exp $
--- gcc/config.host.orig Wed Jul 20 08:38:59 2005
+++ gcc/config.host Thu Aug 4 10:54:00 2005
@@ -188,6 +188,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