Hi,

I did some further testing and debugging of the multiarch patch and can
now say for certain that it is complete.

Here is what the patch does:
For every target genscript.sh is called to generate the actual C source file
for that target format. On that call TOOL_LIB will be set to the GNU tripple
for the target format (not the tripplet we build for).

For every dir in LIB_PATH the patch now adds a 'dir/TOOL_LIB' dir. That means
for elf_i386 you get /lib/i386-linux-gnu, /usr/lib/i386-linux-gnu, ...
Similary on elf_x86_64 you get /lib/x86_64-linux-gnu,
/usr/lib/x86_64-linux-gnu, ...


The reason why the patch does not work for /usr/lib/i486-linux-gnu is that
binutils elf_i386 target is build for i386-linux-gnu as it was in sarge.
Either binutils has to chnage its TOOL_LIB or dpkg has to revert to i386.

MfG
        Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to