Wade Nelson wrote:
> [EMAIL PROTECTED] /mnt/lfs/tools $ readelf -l a.out | grep ': /tools'
> [Requesting program interpreter: /tools/lib/ld-linux-x86-64.so.2]
> have been following devel book verbatim, except using --disable-multilib
> for 1st & 2nd pass gcc compiles
>
> host system is:
>
http://pastebin.com/474591
2nd pass of gcc 4.0.2
[EMAIL PROTECTED] /mnt/lfs/tools $ echo 'main(){}' > dummy.c
[EMAIL PROTECTED] /mnt/lfs/tools $ cc dummy.c
[EMAIL PROTECTED] /mnt/lfs/tools $ readelf -l a.out | grep ': /tools'
[Requesting program interpreter: /tools/lib/ld-linux-x86-64.s