head 1.9; access; symbols OPENPKG_E1_MP_HEAD:1.9 OPENPKG_E1_MP:1.9 OPENPKG_CW_FP:1.7; locks; strict; comment @# @; 1.9 date 2005.07.24.07.25.18; author rse; state dead; branches; next 1.8; 1.8 date 2005.05.03.18.26.19; author rse; state Exp; branches; next 1.7; 1.7 date 2004.10.01.08.50.44; author rse; state Exp; branches; next 1.6; 1.6 date 2004.06.08.11.02.56; author rse; state Exp; branches; next 1.5; 1.5 date 2004.04.21.07.56.23; author rse; state Exp; branches; next 1.4; 1.4 date 2003.07.08.13.40.38; author rse; state dead; branches; next 1.3; 1.3 date 2003.07.01.13.28.50; author rse; state Exp; branches; next 1.2; 1.2 date 2003.03.26.11.03.12; author rse; state dead; branches; next 1.1; 1.1 date 2003.01.09.20.49.28; author rse; state Exp; branches; next ; desc @@ 1.9 log @remove old gcc 3.3 now that gcc 3.4 is stable since a longer time and the all-dancing-all-singing gcc 4.0 is already starting to take over @ text @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.6"; +const char version_string[] = "3.3.6 (@@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[] = ""; +const char bug_report_url[] = ""; 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: @ 1.8 log @upgrading package: gcc33 3.3.5 -> 3.3.6 @ text @@ 1.7 log @upgrading package: gcc33 3.3.4 -> 3.3.5 @ text @d17 2 a18 2 -const char version_string[] = "3.3.5"; +const char version_string[] = "3.3.5 (@@l_openpkg_release@@)"; @ 1.6 log @upgrade to gcc 3.3.4 and remove bounds checking patch (not available for this version and makes trouble all the time anyway) @ text @d17 2 a18 2 -const char version_string[] = "3.3.4"; +const char version_string[] = "3.3.4 (@@l_openpkg_release@@)"; @ 1.5 log @new package: gcc33 3.3.3 (GNU Compiler Collection) @ text @d17 2 a18 2 -const char version_string[] = "3.3.3"; +const char version_string[] = "3.3.3 (@@l_openpkg_release@@)"; @ 1.4 log @remove package (is replaced by gcc34) @ text @d1 30 a30 2 --- config.guess.orig Thu Jan 30 23:32:36 2003 +++ config.guess Wed Feb 5 09:54:43 2003 a39 9 --- gcc/config/i386/sol2.h.dist Thu Feb 27 15:00:54 2003 +++ gcc/config/i386/sol2.h Thu Feb 27 14:20:50 2003 @@@@ -160,3 +160,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 @ 1.3 log @finally fix the build flags handling; add partial patch from gcc package @ text @@ 1.2 log @try to remove hopefully obsolete (and already making problems) patch for disabling the usage of GCC includes @ text @d1 14 a14 4 --- gcc/config/t-freebsd.orig Tue Oct 1 20:37:02 2002 +++ gcc/config/t-freebsd Tue Oct 1 20:36:10 2002 @@@@ -2,4 +2,7 @@@@ STMP_FIXPROTO = d16 5 a20 5 +# We don't need GCC's own include files. +USER_H = + # Compile crtbeginS.o and crtendS.o with pic. CRTSTUFF_T_CFLAGS_S = -fPIC @ 1.1 log @switch snapshot to PLUS and include freebsd patch @ text @@