Debian multiarch support
Posted May 18, 2006 6:36 UTC (Thu) by
dmantione (guest, #4640)
Parent article:
Debian multiarch support
This should be no issue for discussion: According to the x86-64 ABI
32-bit binaries go in /lib, 64-bit binaries go in /lib64:
http://www.x86-64.org/documentation/abi-0.96.pdf
The reason is simple: This is the only way you can install (RPM) packages
designed for i386 systems on your x86-64 systems. You can simply forget
what architecture the package has, it just works.
(
Log in to post comments)