This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

CT: Any obstacles for using gcc 4.0 snapshots?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]