From: Antonio Vargas <windenntw@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: Re: fat / multi arch binaries?
Date: Wed, 28 Sep 2005 19:29:38 +0200 [thread overview]
Message-ID: <69304d110509281029a1b028a@mail.gmail.com> (raw)
In-Reply-To: <200509281918.56386.aj@dungeon.inka.de>
On 9/28/05, Andreas Jellinghaus <aj@dungeon.inka.de> wrote:
> Hi,
>
> does linux support binaries with code
> for several architectures? I read that
> elf allowes that, and for example
> apple plans to use it on mac os X,
> but I couldn't find anything whether
> such binaries would work with linux
> or not. can you tell me?
OSX begat from NeXT and NeXT had these same "fat binaries". They are not new :)
> if linux supports that, it should
> also work for merging x86 and x86_64
> into one binary? would ther be a way
you don't want that ;)
> to run the 32bit version in the 64bit
> kernel, if requested? are there any
32bit user-space can run 100% on 64bit kernel, this is usual in sparc
if i'm not mistaken
> tools to create such binaries?
>
> with google I found info from 97
> that indicades elf format has no
> provision for fat binaries and linux
> doesn't support them. is that still
> true?
just remember that linux is mainly about source access, so having
"fat" binaries is just wrong because the one-true-way is to get the
sources and compile for your arch directly. this can be done by hand,
semi-automated (aka gentoo) or automated (aka debian, fedora, etc...)
by just installing from precompiled binaries
> Thanks, Andreas
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
Greetz, Antonio Vargas aka winden of network
http://wind.codepixel.com/
Every day, every year
you have to work
you have to study
you have to scene.
next prev parent reply other threads:[~2005-09-28 17:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-28 17:18 fat / multi arch binaries? Andreas Jellinghaus
2005-09-28 17:29 ` Antonio Vargas [this message]
2005-09-28 21:58 ` Bernd Petrovitsch
2005-09-29 0:30 ` Alan Cox
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=69304d110509281029a1b028a@mail.gmail.com \
--to=windenntw@gmail.com \
--cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.