|
From: Pedro A. <ped...@po...> - 2006-09-25 17:05:37
|
Danny Backx wrote: > I was thinking I'd better create a branch for this. That allows everyone > to see the different developments and doesn't force me to lag with > applying fixes until you've reviewed them. Rolling back is easy, and > there's no impact to the trunk. > > Does that work for you ? > I think you are thinking the changes are bigger than then they will be? Maybe try it first, and then decide if a branch is really needed? But it is really up to you. The most work should be in the configure.* files adding a new case to the switches, by copying the existing arm-wince-pe* cases. Remember that the top level configury stuff from binutils, gcc, gdb and newlib is shared, that is, they are all the same files, so the same patch should go to every copy. Just update your scripts to the new target and start building. The build will stop with an 'configuration not supported' or similar. Locate the autoconf* file, update, generate and keep going. Cheers, Pedro Alves (P.S. Inline posting, not top posting, please.) > Danny > > On Mon, 2006-09-25 at 12:02 +0100, Pedro Alves wrote: > >>But post the patches here for review, please. >> >>Cheers, >>Pedro Alves >> >> >>------------------------------------------------------------------------ >> >>------------------------------------------------------------------------- >>Take Surveys. Earn Cash. Influence the Future of IT >>Join SourceForge.net's Techsay panel and you'll get the chance to share your >>opinions on IT & business topics through brief surveys -- and earn cash >>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> >>------------------------------------------------------------------------ >> >>_______________________________________________ >>Cegcc-devel mailing list >>Ceg...@li... >>https://lists.sourceforge.net/lists/listinfo/cegcc-devel |