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: Cross-compilers _without_ copying all of include & lib


Hello,

the easiest way to do this is problem using
--with-sysroot (see
<http://gcc.gnu.org/install/configure.html>).

You'll need current 3.3 branch cvs, or mainline, but
this should allow you to install gcc without needing
to copy that stuff. For instance, if you NFS mount
your powerpc-linux / at /mnt/ppc-cross, you should be
able to just do --with-sysroot=/mnt/ppc-cross (and
avoid all the --with-libs, --with-headers nastiness).
Nothing should be copied, save a some headers which
fixincludes changes. 

Hope that helps,

Dara

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

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