--program-prefix doesn't work?

Xiaogeng (Shawn) Jin xjin@redswitch.com
Tue Jul 30 12:44:00 GMT 2002


I'm building cross-compiler GCC 2.95.3 for ppc-8xx on a Linux/i686 host 
and trying to add a prefix "ppc-8xx-" to each program installed. But it 
seems that this parameter doesn't work when building the bootstrap gcc. 
However binutils can add the program prefix. Here are how I configured 
the binutils and gcc.

../binutils-2.11.2/configure --host=i686-pc-linux-gnu 
--target=powerpc-linux --prefix=/opt/xdev/ppc8xx 
--program-prefix=ppc-8xx- --norecursion

../gcc-2.95.3/configure 
--with-gcc-version-trigger=/u/xjin/code/gcc-2.95.3/gcc/version.c 
--host=i686-pc-linux-gnu --target=powerpc-linux 
--prefix=/opt/xdev/ppc8xx --program-prefix=ppc-8xx- --enable-languages=c 
--disable-shared --with-newlib --norecursion

How can I fix this problem?

Thanks, Shawn.


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list