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