commit | 0044195838a2ad9bf7cdd7e3a38faca7eefb9111 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Jan 06 14:14:08 2022 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri May 13 13:30:30 2022 -0700 |
tree | 8865635c8ea51cf94cc44b8d8058ce07ef305f1e | |
parent | 605950557a12f0c5b3ae12d9be37975d5d4dcd52 [diff] |
debian: support multiarch for libhandle For nearly a decade now, Debian and derivatives have supported the "multiarch" layout, where shared libraries are installed to /lib/<gcc triple>/ instead of /lib. This enables a single rootfs to support binaries from multiple architectures (e.g. i386 inside an amd64 system). We should follow this, since libhandle is useful. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>