This is the mail archive of the gcc-help@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]

Re: List of supported targets


> 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

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