This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How add a our own source file to GCC's source for compiling
- From: "Deepak B. Nayak" <deepakbn at csa dot iisc dot ernet dot in>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 30 Sep 2002 21:47:24 +0530 (IST)
- Subject: How add a our own source file to GCC's source for compiling
hi
we r implementing machine dependent optimization..so we r writing in
seperate file..
so how to compile the code...
do we have to manually make changes to Makefile.in?????....
deepak