This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]