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


> > 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


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