Ken Moffat wrote: > On x86_64, gcc pass 2 installs x86_64-unknown-linux-gnu-gcc. On my > previous 32-bit builds, it installed i686-pc-linux-gnu-gcc but I am not > certain if that was because of some minor way in which I might have > deviated (in the same way that I used to build glibc for i686), or whether > the 32-bit compiler will always be i686 ?
I am pretty sure it will be what we use for the magic cross-compiler --build / --host / --target flags, or whatever config.guess prints if we don't use them. However, it looks like the -pass2 build is using the $LFS_TGT-gcc binary (that -pass1 installed) already. I assume you've double checked that -pass2 overwrites that binary?
signature.asc
Description: OpenPGP digital signature
-- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
