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: compiling "hacked" code


On Wednesday, July 24, 2002, at 08:08 AM, Reza Roboubi wrote:
I'm trying to make changes to some files such as cppmain.c and then need
to incrementally build _only_ those binaries that are affected by the
change. What is a good way to do that?
make cc1 or make cc1plus or make cc1 cc1plus while in the build dir for gcc.

Also: How do you "make install" incrementally?
make install-common, though, few people do that. Most learn to run the compile from the build tree directly.

PS: I believe this gets more complicated given the various stages of
building.
No.  Not really.


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