From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4492 invoked by alias); 23 Jun 2006 09:33:17 -0000 Received: (qmail 4484 invoked by uid 22791); 23 Jun 2006 09:33:16 -0000 X-Spam-Check-By: sourceware.org Received: from nz-out-0102.google.com (HELO nz-out-0102.google.com) (64.233.162.206) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Jun 2006 09:33:14 +0000 Received: by nz-out-0102.google.com with SMTP id o1so716496nzf for ; Fri, 23 Jun 2006 02:33:13 -0700 (PDT) Received: by 10.36.251.17 with SMTP id y17mr3508412nzh; Fri, 23 Jun 2006 02:33:13 -0700 (PDT) Received: by 10.36.250.57 with HTTP; Fri, 23 Jun 2006 02:33:13 -0700 (PDT) Message-ID: <85e0e3140606230233s5db0281fke8b3d202a92cdfe2@mail.gmail.com> Date: Fri, 23 Jun 2006 09:33:00 -0000 From: Niklaus To: "jyoti chhabra" Subject: Re: Problem regarding build and configure Cc: gcc-help@gcc.gnu.org In-Reply-To: <47070.59.163.25.48.1151046054.squirrel@cs.unipune.ernet.in> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47070.59.163.25.48.1151046054.squirrel@cs.unipune.ernet.in> X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00196.txt.bz2 On 6/23/06, jyoti chhabra 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 > >