More of a Multilib question but I'm interested in the
general principle here.

The very last pair of commands for Chapter 6's GCC section are

mkdir -pv /usr/share/gdb/auto-load/usr/lib
mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib

but does GDB differentiate between "lib" architectures to the
point that one would need

/usr/share/gdb/auto-load/usr/lib32

and

/usr/share/gdb/auto-load/usr/libx32

so as to mimic the mixed architecture layout below /usr ?
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to