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]

Re: --program-prefix not working


On Wed, Mar 19, 2003 at 04:12:52PM -0800, Chris Plummer wrote:
> --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.

If you check the list archives, this was discussed just recently. 
Alexandre, I think this is strong evidence for letting --program-prefix
override the cross prefix...

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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