public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* List of supported targets
@ 2000-03-09 23:46 Giegerl Wolfgang
  2000-03-10  0:52 ` Alexandre Oliva
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Giegerl Wolfgang @ 2000-03-09 23:46 UTC (permalink / raw)
  To: 'gcc-help@gcc.gnu.org'

Hi,

how can I get a complete list of targets, supported by GCC?
CPUs, hardware platforms, operating systems, ...?


Thanks in advance

Wolfgang Giegerl

VA TECH SAT GmbH & Co
Ruthnergasse 1
A-1210 Wien

Phone: (+43/1) 29129 4937
Fax: (+43/1) 29129 4340
E-Mail: gw@sat-automation.com
Internet: http://www.sat-automation.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: List of supported targets
  2000-03-09 23:46 List of supported targets Giegerl Wolfgang
@ 2000-03-10  0:52 ` Alexandre Oliva
  2000-04-01  0:00   ` Alexandre Oliva
  2000-03-10  0:58 ` Martin v. Loewis
  2000-04-01  0:00 ` Giegerl Wolfgang
  2 siblings, 1 reply; 6+ messages in thread
From: Alexandre Oliva @ 2000-03-10  0:52 UTC (permalink / raw)
  To: Giegerl Wolfgang; +Cc: 'gcc-help@gcc.gnu.org'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 574 bytes --]

On Mar 10, 2000, Giegerl Wolfgang <gw@sat-automation.com> wrote:

> how can I get a complete list of targets, supported by GCC?
> CPUs, hardware platforms, operating systems, ...?

Running `ls -lR gcc-tree/gcc/config' will give you a good idea about
the complete list of platforms.

-- 
Alexandre Oliva     http://www.ic.unicamp.br/~oliva/     Enjoy Guaraná
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: List of supported targets
  2000-03-09 23:46 List of supported targets Giegerl Wolfgang
  2000-03-10  0:52 ` Alexandre Oliva
@ 2000-03-10  0:58 ` Martin v. Loewis
  2000-04-01  0:00   ` Martin v. Loewis
  2000-04-01  0:00 ` Giegerl Wolfgang
  2 siblings, 1 reply; 6+ messages in thread
From: Martin v. Loewis @ 2000-03-10  0:58 UTC (permalink / raw)
  To: gw; +Cc: gcc-help

> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: List of supported targets
  2000-03-10  0:52 ` Alexandre Oliva
@ 2000-04-01  0:00   ` Alexandre Oliva
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Oliva @ 2000-04-01  0:00 UTC (permalink / raw)
  To: Giegerl Wolfgang; +Cc: 'gcc-help@gcc.gnu.org'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 574 bytes --]

On Mar 10, 2000, Giegerl Wolfgang <gw@sat-automation.com> wrote:

> how can I get a complete list of targets, supported by GCC?
> CPUs, hardware platforms, operating systems, ...?

Running `ls -lR gcc-tree/gcc/config' will give you a good idea about
the complete list of platforms.

-- 
Alexandre Oliva     http://www.ic.unicamp.br/~oliva/     Enjoy Guaraná
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: List of supported targets
  2000-03-10  0:58 ` Martin v. Loewis
@ 2000-04-01  0:00   ` Martin v. Loewis
  0 siblings, 0 replies; 6+ messages in thread
From: Martin v. Loewis @ 2000-04-01  0:00 UTC (permalink / raw)
  To: gw; +Cc: gcc-help

> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* List of supported targets
  2000-03-09 23:46 List of supported targets Giegerl Wolfgang
  2000-03-10  0:52 ` Alexandre Oliva
  2000-03-10  0:58 ` Martin v. Loewis
@ 2000-04-01  0:00 ` Giegerl Wolfgang
  2 siblings, 0 replies; 6+ messages in thread
From: Giegerl Wolfgang @ 2000-04-01  0:00 UTC (permalink / raw)
  To: 'gcc-help@gcc.gnu.org'

Hi,

how can I get a complete list of targets, supported by GCC?
CPUs, hardware platforms, operating systems, ...?


Thanks in advance

Wolfgang Giegerl

VA TECH SAT GmbH & Co
Ruthnergasse 1
A-1210 Wien

Phone: (+43/1) 29129 4937
Fax: (+43/1) 29129 4340
E-Mail: gw@sat-automation.com
Internet: http://www.sat-automation.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-09 23:46 List of supported targets Giegerl Wolfgang
2000-03-10  0:52 ` Alexandre Oliva
2000-04-01  0:00   ` Alexandre Oliva
2000-03-10  0:58 ` Martin v. Loewis
2000-04-01  0:00   ` Martin v. Loewis
2000-04-01  0:00 ` Giegerl Wolfgang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).