From: Shawn Landden <shawn-01I/ocv1qBBILuwUvNxBeQ@public.gmane.org>
To: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] ld.so.8: add some multi-arch notes, linker paths are quite varied (but standardized to each arch)
Date: Tue, 31 Mar 2015 20:52:27 +0000 [thread overview]
Message-ID: <20150331205227.GA9105@churchofgit.com> (raw)
In-Reply-To: <1427834937-207547-1-git-send-email-shawn-01I/ocv1qBBILuwUvNxBeQ@public.gmane.org>
I started a multiarch.7 man-page, but I am not sure it belongs in man-pages...
at least we should not cover all the package manager details.
.\" Copyright (c) 2015 by Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
.\"
.\" %%%LICENSE_START(VERBATIM)
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
.\"
.\" Permission is granted to copy and distribute modified versions of this
.\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one.
.\"
.\" Since the Linux kernel and libraries are constantly changing, this
.\" manual page may be incorrect or out-of-date. The author(s) assume no
.\" responsibility for errors or omissions, or for damages resulting from
.\" the use of the information contained herein. The author(s) may not
.\" have taken the same level of care in the production of this manual,
.\" which is licensed free of charge, as they might when working
.\" professionally.
.\"
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.\"
.TH NPTL 7 2015-03-31 "Linux" "Linux Programmer's Manual"
.SH NAME
multiarch \- Multiarch support
.SH DESCRIPTION
Multiarch
is a way of installing multiple binary targets (such as i386-linux-gnu and
amd64-linux-gnu) on one
.BR hier (7)
filesystem, which originated in (but is not limited to)
Debian and Ubuntu.
.\"
.SS Overview and scope
Multiarch allows binaries of many ABI targets to co-exist on the same system.
Through the use of
.BR qemu-user-static (1)
and
.BR binfmt.d (5)
it is even possible to run targets that are not natively runnable. It also can
be used for cross-compilation.
.sp
The current spec does not address having multiple binaries of the same name, and
thus does not effect
.BR path_resolution (7)
.
.\"
.SS Library paths
.IR /lib/${TRIPLET}
then
.IR /usr/lib/${TRIPLET}
then
.IR /lib/
then
.IR /usr/lib/
.\"
.SS Include paths
.IR /lib/include/${TRIPLET}
then
.IR /lib/include/
then
.IR /usr/lib/include/${TRIPLET}
then
.IR /usr/lib/include/
.\"
.SS Existing triplets
The multiarch triplet is a normalized GNU triplet.
+ "/usr/lib/x86_64-linux-gnu/", "/lib/x86_64-linux-gnu/",
+ "/usr/lib/i386-linux-gnu/", "/lib/i386-linux-gnu/",
+ "/usr/lib/arm-linux-gnueabihf/", "/lib/arm-linux-gnueabihf/",
+ "/usr/lib/arm-linux-gnueabi/", "/lib/arm-linux-gnueabi/",
+ "/usr/lib/aarch64-linux-gnu/", "/lib/aarch64-linux-gnu/",
+ "/usr/lib/ia64-linux-gnu/", "/lib/ia64-linux-gnu/",
+ "/usr/lib/mips-linux-gnu/", "/lib/mips-linux-gnu/",
+ "/usr/lib/mipsel-linux-gnu/", "/lib/mipsel-linux-gnu/",
+ "/usr/lib/powerpc-linux-gnu/", "/lib/powerpc-linux-gnu/",
+ "/usr/lib/ppc64-linux-gnu/", "/lib/ppc64-linux-gnu/",
+ "/usr/lib/s390-linux-gnu/", "/lib/s390-linux-gnu/",
+ "/usr/lib/s390x-linux-gnu/", "/lib/s390x-linux-gnu/",
+ "/usr/lib/sh4-linux-gnu/", "/lib/sh4-linux-gnu/",
+ "/usr/lib/sparc-linux-gnu/", "/lib/sparc-linux-gnu/",
+ "/usr/lib/sparc64-linux-gnu/", "/lib/sparc64-linux-gnu/",
+ "/usr/lib/x86_64-linux-gnux32/", "/lib/x86_64-linux-gnux32/",
.\"
.SH CONFORMING TO
https://wiki.ubuntu.com/MultiarchSpec
https://wiki.ubuntu.com/MultiarchCross
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-03-31 20:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-31 20:48 [PATCH] ld.so.8: add some multi-arch notes, linker paths are quite varied (but standardized to each arch) Shawn Landden
[not found] ` <1427834937-207547-1-git-send-email-shawn-01I/ocv1qBBILuwUvNxBeQ@public.gmane.org>
2015-03-31 20:52 ` Shawn Landden [this message]
[not found] ` <20150331205227.GA9105-01I/ocv1qBBILuwUvNxBeQ@public.gmane.org>
2015-04-01 7:38 ` walter harms
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150331205227.GA9105@churchofgit.com \
--to=shawn-01i/ocv1qbbiluwuvnxbeq@public.gmane.org \
--cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).