2006/3/19, Grant Edwards <gra...@visi.com>: > On 2006-03-19, Brian C. Lane <b...@brianlane.com> wrote: > > I always create a shell-script that builds/installs the entire > toolchain (binutils, gcc, gdb and libraries) from source > tarballs and directories of patch files. Then I archive the > build script, source tarballs, and patches. > > -- > Grant Edwards > gra...@visi.com >
Take a look in the packaging subdirectory in the mspgcc CVS repository. There is a very clever makefile that fetches all the sources and builds the complete toolchain in a single command. Regards, -- Francisco