This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
config files for new port
- To: gcc at gcc dot gnu dot org
- Subject: config files for new port
- From: Bahman Sistany <bsistany at zucotto dot com>
- Date: Thu, 26 Jul 2001 16:02:57 -0400
All,
To compile and build for a new port where(what config files) do I need
to add the new port?
I tried adding the new cpu type to config.sub and gcc/configure but
after "configure --target=<new-cpu>" and "make LANGUAGES=c" I am only
getting code for the host which is a i686-pc-linux-gnu system.
Thanks,
Bahman