patch-libgcc_config_host 912 B

12345678910111213141516171819202122232425262728293031
  1. $OpenBSD: patch-libgcc_config_host,v 1.4 2013/01/16 19:28:48 pascal Exp $
  2. --- libgcc/config.host.orig Wed Nov 23 17:15:54 2011
  3. +++ libgcc/config.host Wed Apr 4 06:51:53 2012
  4. @@ -257,6 +257,8 @@ hppa*64*-*-linux*)
  5. ;;
  6. hppa*-*-linux*)
  7. ;;
  8. +hppa-*-openbsd*)
  9. + ;;
  10. hppa[12]*-*-hpux10*)
  11. ;;
  12. hppa*64*-*-hpux11*)
  13. @@ -288,6 +290,8 @@ i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
  14. ;;
  15. i[34567]86-*-openbsd*)
  16. ;;
  17. +x86_64-*-openbsd*)
  18. + ;;
  19. i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu*)
  20. extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
  21. tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm"
  22. @@ -458,6 +462,8 @@ powerpc-*-freebsd*)
  23. tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-freebsd t-softfp"
  24. ;;
  25. powerpc-*-netbsd*)
  26. + ;;
  27. +powerpc-*-openbsd*)
  28. ;;
  29. powerpc-*-eabispe*)
  30. tmake_file="${tmake_file} rs6000/t-ppccomm"