mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@aerifal.cx>
To: musl@lists.openwall.com
Subject: Re: Preparing to release 0.9.12
Date: Thu, 25 Jul 2013 13:27:39 -0400	[thread overview]
Message-ID: <20130725172739.GL4284@brightrain.aerifal.cx> (raw)
In-Reply-To: <20130725171806.GK4284@brightrain.aerifal.cx>

On Thu, Jul 25, 2013 at 01:18:06PM -0400, Rich Felker wrote:
> I should add some documentation on this on the wiki. Defining what is
> part of "the ABI" is tricky. For example, you could say code built for
> armv5 is a different ABI from code built for armv4, since it's using
> instructions that aren't available on armv4. However, the key reason I
> don't consider those "different ABIs" is that, as long as the cpu
> you're running on supports all the instructions used in the main
> program and all libraries, you can use a mix of armv4 and armv5 built
> modules with no restrictions.
> [...]
> Basically, configurations A and B are different archs or subarchs if
> you can't link code built with configuration A to code built with
> configuration B.

For what it's worth, this agrees with the outcome of Debian's
discussion on adding the armhf port:

    The eventual conclusion was that port names in Debian should
    encode incompatible ABIs, not compatible variations within an ABI
    (such as CPU optimisations, referred to as 'flavours'). The
    default flavour for a port can change over time as older CPUs
    become obsolete. (e.g. the i386 architecture has been built for
    386, 486 and 586 flavours over time). Rebuilds of a port for a new
    flavour within the ABI are possible to gain performance
    improvements, but Debian itself normally provides builds to the
    lowest common denominator still in widespread use, maximising
    generality. Thus attempts to encode all the possible flavour
    options in the port name were unnecessary and produced long and
    awkward names. A better solution to the problem of recording the
    flavour to which a port or package is built is suitable package
    metadata.

Source: http://wiki.debian.org/ArmHardFloatPort

Rich


  reply	other threads:[~2013-07-25 17:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-24 20:02 Rich Felker
2013-07-25  7:44 ` Timo Teras
2013-07-25 15:05   ` Szabolcs Nagy
2013-07-25 15:45     ` Timo Teras
2013-07-25 16:39       ` Rich Felker
2013-07-25 16:16   ` Rich Felker
2013-07-25 16:59     ` Timo Teras
2013-07-25 17:18       ` Rich Felker
2013-07-25 17:27         ` Rich Felker [this message]
2013-07-26  0:38       ` Isaac
2013-07-26  2:08         ` Rich Felker
2013-07-26  5:13         ` Timo Teras
2013-07-26  5:34           ` Rich Felker
2013-07-26  6:07             ` Timo Teras
2013-07-26  6:18               ` Rich Felker

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=20130725172739.GL4284@brightrain.aerifal.cx \
    --to=dalias@aerifal.cx \
    --cc=musl@lists.openwall.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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).