patch-gcc_config_host 517 B

123456789101112131415
  1. $OpenBSD: patch-gcc_config_host,v 1.2 2011/11/20 11:10:36 pascal Exp $
  2. --- gcc/config.host.orig Tue Feb 15 10:49:14 2011
  3. +++ gcc/config.host Sun Nov 20 02:07:58 2011
  4. @@ -268,6 +268,10 @@ case ${host} in
  5. out_host_hook_obj=host-solaris.o
  6. host_xmake_file="${host_xmake_file} x-solaris"
  7. ;;
  8. + *-*-openbsd*)
  9. + out_host_hook_obj=host-openbsd.o
  10. + host_xmake_file="${host_xmake_file} x-openbsd"
  11. + ;;
  12. *-*-linux*)
  13. out_host_hook_obj=host-linux.o
  14. host_xmake_file="${host_xmake_file} x-linux"