Summary: Debian Lenny as host
Jeremy Huntwork
jhuntwork at linuxfromscratch.org
Sun Sep 2 21:36:10 MDT 2007
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
More information about the lfs-dev
mailing list