From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dietmar P. Schindler" To: gcc@gcc.gnu.org Subject: misleading documentation for Installing GCC Date: Thu, 30 Sep 1999 18:02:00 -0000 Message-ID: <199909090729.JAA07635@aras.mra.man.de> X-SW-Source: 1999-09n/msg00341.html Message-ID: <19990930180200.i1MBaBxCtL8mbtdApEnuyYOXopDRS573_QJDdAKYhAs@z> 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