gcc.patch 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Index: gcc/config/i386/sol2.h
  2. --- gcc/config/i386/sol2.h.orig 2002-06-20 13:03:34.000000000 +0200
  3. +++ gcc/config/i386/sol2.h 2003-09-27 14:54:58.000000000 +0200
  4. @@ -66,3 +66,5 @@
  5. /* The Solaris assembler does not support .quad. Do not use it. */
  6. #undef ASM_QUAD
  7. +#undef DEFAULT_PCC_STRUCT_RETURN
  8. +#define DEFAULT_PCC_STRUCT_RETURN 1
  9. Index: gcc/version.c
  10. --- gcc/version.c.orig 2003-08-04 14:50:23.000000000 +0200
  11. +++ gcc/version.c 2003-09-27 15:01:39.000000000 +0200
  12. @@ -6,7 +6,7 @@
  13. please modify this string to indicate that, e.g. by putting your
  14. organization's name in parentheses at the end of the string. */
  15. -const char version_string[] = "3.3.1";
  16. +const char version_string[] = "3.3.1 (@l_openpkg_release@)";
  17. /* This is the location of the online document giving instructions for
  18. reporting bugs. If you distribute a modified version of GCC,
  19. @@ -15,4 +15,4 @@
  20. forward us bugs reported to you, if you determine that they are
  21. not bugs in your modifications.) */
  22. -const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
  23. +const char bug_report_url[] = "<URL:http://www.openpkg.org/>";
  24. Index: config.guess
  25. --- config.guess.orig 2003-01-31 00:25:36.000000000 +0100
  26. +++ config.guess 2003-09-27 14:54:58.000000000 +0200
  27. @@ -188,7 +188,7 @@
  28. release='-gnu'
  29. ;;
  30. *)
  31. - release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
  32. + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
  33. ;;
  34. esac
  35. # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: