openbsd-ports/lang/gcc/4.1/patches/patch-gcc_config_host
espie b2737550c0 post-release version.
disable mudflap for now, as it is not compiling for us.
2006-03-05 22:11:15 +00:00

15 lines
453 B
Plaintext

$OpenBSD: patch-gcc_config_host,v 1.5 2006/03/05 22:11:15 espie Exp $
--- gcc/config.host.orig Sun Feb 5 17:18:20 2006
+++ gcc/config.host Sat Mar 4 14:34:45 2006
@@ -191,6 +191,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