This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Building without bootstrapping
- From: "Karthikeyan M" <karthikeyan dot m at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 16 Mar 2007 16:22:42 -0700
- Subject: Building without bootstrapping
Hi ,
I am trying to build GCC without bootstrapping
The config options I used were
-- prefix=<obj dir > --disable-bootstrap --disable-libada --enable-languages=c
I then did a
make
After that, I edited some code in c-parser.c , then, as suggested in
http://gcc.gnu.org/ml/gcc/2007-02/msg00025.html , I tried
make stage1-bubble
This does not seem to compile the changed file.
Please let me know what is the correct way to do this , also please
point me to documentation that will help me understand the build
process.
--
Karthik