Matthias Klose <[EMAIL PROTECTED]> writes: > The patch looks incomplete. It doesn't look into the libdir for the > non-default architecture. assuming that we drop /usr/lib32 at some > point, the problem fixed in #369052 would show up again. Unsure which > LIBDIR's we want to be searched for binutils-multiarch's ld. > > Matthias
The patch in 369052 tells ld to look at lib32 as emulation dir for lib when doing elf_i386 code so both lib and lib32 are searched. It does not mean lib32 is included for elf_x86_64, right? For multiarch ld should search the general (lib) dir and the multiarch (lib/arch-os-gnu) dir that matches the target type it runs for. I don't see any need to search /usr/lib/i486-linux-gnu/ when compiling 64 bit code and vice versa. MfG Goswin PS: The bug and patches for lib32 support are still open in the BTS although gcc seems to work with lib32 fine now. Are the patches in binutils or unneeded? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]