On 6/23/06, jyoti chhabra <u04114@xxxxxxxxxxxxxxxxxxx> wrote:
Hello, I am a student, trying a make a tool for build and configure of GCC. My problems i have are:- 1) how do i control binutils, as in if i don't want assembler or some part of it, how do i get rid of them
You don't want binutils ? each of them is required to build gcc.
2) how do i find logical break points in build process of GCC
well you can take a look at cross tool script or i think i have posted it in crossgcc list for solaris and previously for mips-deb-linux it works the same for other targets
Thanks Jyoti