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: porting new arch


Hi,

> Add your arch to config.gcc.  See config.gcc, configure.in and
> Makefile.in, look for $(out_file).  When $(out_file) is set
> properly, it should Just Work, because that file is added to
> GTFILES in Makefile.in. You may need to add other files in
> config.gcc, see the comments there.

I reviewed config.gcc and couldn't find the things I have to correct. It
looks so at least to me. Because, you know, I based on MIPS arch and
it's not so difficult to add my arch to config.gcc since I can refer to
MIPS section. But still the same error occured during make...
As I said in the previous message, to let gtype-desc.c or something
include gt-$ARCH.h, all I have to do is to add my arch to config.gcc?
Are there any other files?
I found gt-$ARCH.h is generated correctly but is not included by the
files that have to include it...
Could you see anything about that?


Regards,
Shinpei Kato


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