On Wed, 29 Jun 2011 20:03:35 -0400 "Bill Cunningham" <[email protected]> wrote:
> I have installed the cross-compiled binutils-2.21 but I'm not clear on > how to get my first pass gcc-4.6.0 to use the cross-compiled ld and as. > Those spec files can be hard to read too. How can I get gcc-4.6.0 to use my > new ld and as? If you follow the book, set the environment variable LFS_TGT and configure gcc with --target=$LFS_TGT then gcc will automagically use the ld and as that you've just installed. Just follow the book. Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
