This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: porting new arch
- From: Shinpei Kato <shinny at j02 dot itscom dot net>
- To: Steven Bosscher <stevenb at suse dot de>, gcc at gcc dot gnu dot org
- Date: Tue, 18 May 2004 22:07:09 +0900 (JST)
- Subject: Re: porting new arch
- References: <200405181437.01862.stevenb@suse.de>
> > how could I let gtype-desc.o include gt-$ARCH.h?
>
> 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.
It looks I did properly... but it must haven't. All I have to do about
including gt-$ARCH.h is to modify config.gcc? Anyway I'm going to try!
Maybe I'd have to ask you again, then, please help me again.
Thanks,
Shinpei Kato