Re: help on gcc source code odification

2010-01-29 Thread Ian Lance Taylor
swati raina writes: > Now , i recompiled the gcc using following commands, > > 1)Changed to path to build directory, > > cd /home/swati/newgcc/objdir/build-i686-pc-linux-gnu/gcc/build/ > > 2) Configured with --disable-bootstrap modification. > > /home/swati/newgcc/gcc-4.4.2/configure --disable-

help on gcc source code odification

2010-01-29 Thread swati raina
Hi, I am working with gcc 4.4.2. I installed the same on my machine using the following command lines. 1)To extract in a new directory,i used, mkdir gcc1 cd gcc1 tar -xvf gcc-4.4.2.tar.gz set srcdir = "/home/swati/gcc1/gcc-4.4.2" set objdir = "/home/swati/gcc1/gcc-bin" set insdir = "/home/swati