gcc34.patch 619 B

123456789101112131415161718192021
  1. --- config.guess.orig Thu Jan 30 23:32:36 2003
  2. +++ config.guess Wed Feb 5 09:54:43 2003
  3. @@ -188,7 +188,7 @@
  4. release='-gnu'
  5. ;;
  6. *)
  7. - release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
  8. + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
  9. ;;
  10. esac
  11. # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
  12. --- gcc/config/i386/sol2.h.dist Thu Feb 27 15:00:54 2003
  13. +++ gcc/config/i386/sol2.h Thu Feb 27 14:20:50 2003
  14. @@ -160,3 +160,5 @@
  15. /* The Solaris assembler does not support .quad. Do not use it. */
  16. #undef ASM_QUAD
  17. +#undef DEFAULT_PCC_STRUCT_RETURN
  18. +#define DEFAULT_PCC_STRUCT_RETURN 1