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]

Re: Long names question


Hugo Vincent wrote:
Is it possible to change the names and paths of the generated tools easily?

At the moment it get:
/opt/crosstool/arm-xscale-linux-gnu/gcc-3.4.3-glibc-2.3.5/bin/arm- xscale-linux-gnu-gcc


and I'd like something like:
/opt/crosstool/bin/arm-linux-gcc
Set PREFIX variable in your starter script to /opt/crosstool (dont forget to export it). Look at all.sh script - that's the place where PREFIX gets defined. The long name is helpful when you have some toolchains installed in your system (i've also added a kernel version to the path).

Olexiy


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