This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: List of supported targets
- To: gw at sat-automation dot com
- Subject: Re: List of supported targets
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Fri, 10 Mar 2000 09:46:31 +0100
- CC: gcc-help at gcc dot gnu dot org
- References: <F24F6839EEF6D011B5450060B03CB3110256CE08@vie012.sat.co.at>
> how can I get a complete list of targets, supported by GCC?
> CPUs, hardware platforms, operating systems, ...?
You'll find such a list in the file gcc/configure. If you see an
asterisk, you can put anything there you like, e.g. as in
i[34567]86-*-linux-gnu*. That would allow you to configure for
i786-satautomation-linux-gnu, for example.
Regards,
Martin