Building without bootstrapping
Karthikeyan M
karthikeyan.m@gmail.com
Fri Mar 16 23:22:00 GMT 2007
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
More information about the Gcc
mailing list