CT: Any obstacles for using gcc 4.0 snapshots?

Martin Egholm Nielsen martin@egholm-nielsen.dk
Sun Mar 6 15:35:00 GMT 2005


Hi (Dan I guess :-),

Scanning the latest CT (rc37) getandpatch.sh I noticed that you don't 
support fetching snapshots from the 4.0 snapshots:

######
    gcc-3.[345]-200*)
       dir=`echo $GCC_DIR | sed 's/gcc-//'`
       getUnpackAndPatch 
ftp://gcc.gnu.org/pub/gcc/snapshots/$dir/$GCC_DIR.tar.bz2 ;;
#####

these could just as well be augmented with:

#####
    gcc-4.[01]-200*)
       dir=`echo $GCC_DIR | sed 's/gcc-//'`
       getUnpackAndPatch 
ftp://gcc.gnu.org/pub/gcc/snapshots/$dir/$GCC_DIR.tar.bz2 ;;
#####

right?
Is there anything hindering this?

Do you reckon I could make a gcc-4.0-20050305-glibc-2.2.5.dat for PPC405 
without any complications?

BR,
  Martin Egholm - still enjoying the easiness of CT...


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list