2006/3/19, Grant Edwards <[email protected]>: > On 2006-03-19, Brian C. Lane <[email protected]> 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 > [email protected] >
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
