This is the mail archive of the crossgcc@sourceware.org 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: crosstool build improvement questions?




Kumar Gala said the following on 11/16/2006 1:25 PM:
I was looking through the docs for crosstool and didn't see anything about how to actually pass a -jX for building on a multiproc machine.

Also, does anyone have notes of using ccache with crosstool?
You can use ccache like below. Prefix your compile commands with "ccache". For example, you could change the export "CC=gcc" line in your shell to export "CC=ccache gcc".
secondly, you can create symbolic links from your compilers name to ccache.



thanks


- kumar

--
For unsubscribe information see http://sourceware.org/lists.html#faq


-- Khem Raj <kraj@mvista.com> MontaVista Software Inc.


-- For unsubscribe information see http://sourceware.org/lists.html#faq


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