1 # Define environment variables used by regression-hunting scripts. 2 3 # Change this if using a local copy of the repository. 4 export REG_SVN_REPO=svn://gcc.gnu.org/svn/gcc 5 REG_TOP=${HOME}/reghunt 6 export REG_BIN=${REG_TOP}/bin 7 export PATH=${REG_BIN}:${PATH} 8 9 # The build scripts look for these variables if they are defined. 10 #export BINUTILS=/opt/gcc-nightly/binutils-2.19/bin 11 #export GMP=/opt/gcc-nightly/gmp-mpfr 12 export REG_DEFAULT_BUILD=${REG_DEFAULT_BUILD-powerpc-linux} 13 14 export REG_SRCDIR=${REG_TOP}/src 15 export REG_BUILDDIR=${REG_TOP}/build 16 export REG_OBJDIR=${REG_BUILDDIR}/obj 17 export REG_PREFIX=${REG_TOP}/install 18 export REG_IDS=${REG_BIN}/gcc-svn-ids 19 export REG_REPORT=${REG_BIN}/gcc-svn-report 20 export REG_CLEANUP=${REG_CLEANUP-$REG_BIN/gcc-cleanup} 21 export REG_STOP=${REG_SRCDIR}/STOP 22 23 # Used for parallelism in make commands; very system-dependent, this is POSIX. 24 export REG_MAKE_J="-j `getconf _NPROCESSORS_ONLN`" 25 26 export BRANCHPOINT_4_3="2008-02-18" 27 export BRANCHPOINT_4_2="2006-10-20" 28 export BRANCHPOINT_4_1="2005-11-18" 29 export BRANCHPOINT_4_0="2005-02-25" 30 export BRANCHPOINT_3_4="2004-01-16" 31 export BRANCHPOINT_3_3="2002-12-13" 32 export BRANCHPOINT_3_1="2002-02-25" 33 export BRANCHPOINT_3_0="2001-02-12" 34 export BRANCHPOINT_2_95="1999-05-18" 35 36 export RELEASE_4_3_3="2009-01-24" 37 export RELEASE_4_3_2="2008-08-27" 38 export RELEASE_4_3_1="2008-06-06" 39 export RELEASE_4_3_0="2008-03-05" 40 41 export RELEASE_4_2_4="2008-05-19" 42 export RELEASE_4_2_3="2008-02-01" 43 export RELEASE_4_2_2="2007-10-07" 44 export RELEASE_4_2_1="2007-07-19" 45 export RELEASE_4_2_0="2007-05-13" 46 47 export RELEASE_4_1_2="2007-02-13" 48 export RELEASE_4_1_1="2006-05-24" 49 export RELEASE_4_1_0="2006-02-28" 50 51 export RELEASE_4_0_4="2007-01-31" 52 export RELEASE_4_0_3="2006-03-10" 53 export RELEASE_4_0_2="2005-09-28" 54 export RELEASE_4_0_1="2005-07-07" 55 export RELEASE_4_0_0="2005-04-20" 56 57 export RELEASE=3_4_6="2006-03-06" 58 export RELEASE=3_4_5="2005-11-30" 59 export RELEASE_3_4_4="2005-05-18" 60 export RELEASE_3_4_3="2004-11-04" 61 export RELEASE_3_4_2="2004-09-06" 62 export RELEASE_3_4_1="2004-07-01" 63 export RELEASE_3_4_0="2004-04-18" 64 65 export RELEASE_3_3_6="2005-05-03" 66 export RELEASE_3_3_5="2004-09-30" 67 export RELEASE_3_3_4="2004-05-31" 68 export RELEASE_3_3_3="2004-02-14" 69 export RELEASE_3_3_2="2003-10-17" 70 export RELEASE_3_3_1="2003-08-08" 71 export RELEASE_3_3_0="2003-05-13" 72 export RELEASE_3_3="${RELEASE_3_3_0}" 73 74 # Merge of the new C++ parser into mainline was revision 60560 on 2002-12-28 75 # Merge of the ssa-branch into mainline was revision 81764 on 2004-05-13 76