From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: gw@sat-automation.com Cc: gcc-help@gcc.gnu.org Subject: Re: List of supported targets Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <200003100846.JAA01248@loewis.home.cs.tu-berlin.de> References: X-SW-Source: 2000-q1/msg00370.html Message-ID: <20000401000000.GlILXSwHYlSMu4g95zqEIveChYzi9cuAhoR5uTWJhQA@z> > 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