This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: other/3286: --program-suffix is ignored
- To: <fmuel at mpi-halle dot mpg dot de>
- Subject: Re: other/3286: --program-suffix is ignored
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Wed, 20 Jun 2001 19:41:13 +0100 (BST)
- cc: <gcc-gnats at gcc dot gnu dot org>, <gcc-bugs at gcc dot gnu dot org>
On 20 Jun 2001 fmuel@mpi-halle.mpg.de wrote:
> Most executables are installed without the suffix given to
> configure.
> >How-To-Repeat:
> ../gcc-3.0/configure --program-suffix='-3.0' && make && make install
Why did you think that --program-suffix is supported? The supported
configure options are listed in gcc/doc/install.texi (and the generated
HTML documentation in the INSTALL directory in releases); --program-suffix
is deliberately (i.e., when adding standard configure options such as
--bindir to the GCC documentation, I deliberately did not add
--program-suffix) not listed there.
--
Joseph S. Myers
jsm28@cam.ac.uk