This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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 doesn't work?


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


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