15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
$OpenBSD: patch-gcc_config_host,v 1.2 2005/04/03 15:40:19 espie Exp $
|
|
--- gcc/config.host.orig Mon Mar 7 23:46:12 2005
|
|
+++ gcc/config.host Sun Apr 3 16:25:38 2005
|
|
@@ -180,6 +180,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
|