This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
--program-prefix not working
- From: Chris Plummer <darwin dot plummer at sun dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 19 Mar 2003 16:12:52 -0800
- Subject: --program-prefix not working
--program-prefix doesn't seem to be working as advertised with gcc 3.2
(I haven't tried other releases)
./configure --prefix=${BUILDDIR} --program-prefix=mips-sig-linux-
--target=mips-linux ...
Produces the following in ${BUILDDIR}:
mips-linux-gcc
mips-linux-cpp
mips-linux-c++
mips-linux-c++filt
mips-linux-g++
mips-sgi-linux-gccbug
mips-sgi-linux-gcov
Why is it that only gccbug and gcov are using --program-prefix and the
rest are using --target. --program-prefix is working just fine for binutils.
Please reply directly to me since I don't subscribe to this mailing list.
Thanks,
Chris Plummer