> > > thanks much for this information. I am trying to get cross compiling > working for > cross-i686-pc-linux-gnu with gcc 4.3.1-r1. Breaking during the minimal gcc > stage with
After reading this fine explanation by vapier http://dev.gentoo.org/~vapier/CROSS-COMPILE-GUTS and looking at this http://bugs.gentoo.org/show_bug.cgi?id=227065 It is readily apparent that you must pass the --headers argument to contrarius for gcc 4.3.1. BTW, for those looking for documentation on contrarius, this is a very good guide http://dev.gentoo.org/~killerfox/docu/contrarius.txt > > I tried setting keywords to 'cross-i686-pc-linux-gnu/gcc -* nocxx' or > 'cross-i686-pc-linux-gnu/gcc -* nocxx build' and '*/* crosscompile_opts: > headers-only'. Also tried the latest version of binutils. No luck with > any of > that. > Further reading suggests that putting '*/* crosscompile_opts: headers-only' in keywords.conf is a _very_ bad idea. Here is the ticket http://trac.pioto.org/paludis/ticket/644 _______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
