public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* misleading documentation for Installing GCC
@ 1999-09-09  0:31 Dietmar P. Schindler
  1999-09-30 18:02 ` Dietmar P. Schindler
  0 siblings, 1 reply; 2+ messages in thread
From: Dietmar P. Schindler @ 1999-09-09  0:31 UTC (permalink / raw)
  To: gcc

Hello!

I stumbled over something misleading in "Installing GCC: Configuration"
< http://egcs.cygnus.com/install/configure.html >. It says
 
    % srcdir/configure [target] [options] 

...
    target must be specified when configuring a cross compiler; examples
    of valid targets would be i960-rtems, m68k-coff, sh-elf, etc. 

I think it would be good if the reader's attention were drawn to the
fact that specifying just target implies that host defaults to target,
i. e. that no cross compiler is made in the end or even that the make
process fails.
In order to truly build a cross compiler, 

    % srcdir/configure --target=target [options] 

has to be used.

Best regards
Dietmar P. Schindler

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

* misleading documentation for Installing GCC
  1999-09-09  0:31 misleading documentation for Installing GCC Dietmar P. Schindler
@ 1999-09-30 18:02 ` Dietmar P. Schindler
  0 siblings, 0 replies; 2+ messages in thread
From: Dietmar P. Schindler @ 1999-09-30 18:02 UTC (permalink / raw)
  To: gcc

Hello!

I stumbled over something misleading in "Installing GCC: Configuration"
< http://egcs.cygnus.com/install/configure.html >. It says
 
    % srcdir/configure [target] [options] 

...
    target must be specified when configuring a cross compiler; examples
    of valid targets would be i960-rtems, m68k-coff, sh-elf, etc. 

I think it would be good if the reader's attention were drawn to the
fact that specifying just target implies that host defaults to target,
i. e. that no cross compiler is made in the end or even that the make
process fails.
In order to truly build a cross compiler, 

    % srcdir/configure --target=target [options] 

has to be used.

Best regards
Dietmar P. Schindler

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

end of thread, other threads:[~1999-09-30 18:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-09  0:31 misleading documentation for Installing GCC Dietmar P. Schindler
1999-09-30 18:02 ` Dietmar P. Schindler

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).