This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: help: how to "quick rebuild" gcc ?


On Thursday, May 22, 2003, at 10:51 PM, Long Fei wrote:
I am modifying some gcc source files ...
Can anybody tell me how to "quick rebuild" gcc (i.e. rebuild only modified
source files) instead of starting from "make bootstrap" everytime ?

cd build-tree/gcc


make -j2 cc1plus

or

make -j2 cc1

is not an uncommon way to do this. Takes 15 seconds on my machine.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]