On Sun, Sep 02, 2007 at 08:04:47PM -0600, Jeremy Huntwork wrote: > Yes, that is true. I need to set up another test case, mostly just to > satisfy myself on this issue.
And it seems you're correct. Without -m64, the 32-bit ld and gcc produced in pass 1 generate 64-bit code by default. I guess that's because the host is x86_64-unknown-linux-gnu and we've disabled multilib in the said compiler and linker. I suppose what confused me there is that the default (shown in the specs file) for the host is 32-bit even though it is multilib. Well, at least I'm learning something. :/ Looks like I need to change some of my work/test habits so that I don't keep tripping over what should be simple stuff. -- JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
