summaryrefslogtreecommitdiff
path: root/triplettable
AgeCommit message (Collapse)AuthorFilesLines
2014-10-06arch: Remove lpia architecture supportGuillem Jover1-1/+0
This architecture was a bad idea from the start, but was added regardless to make life for the Ubuntu people easier. This mistake will not be repeated again. Remove it to stop people thinking this might somehow set a precedent. Ref: <https://lists.ubuntu.com/archives/ubuntu-devel-announce/2009-November/000643.html>
2014-06-05Add support for DragonFlyBSD to ostable and triplettableHleb Valoshka1-0/+1
Signed-off-by: Guillem Jover <guillem@debian.org>
2013-07-08Add support for mipsn32(el) and mips64(el) to arch tablesYunQiang Su1-0/+4
[guillem@debian.org: - Remove unneeded abi entry. - Fix mips64 endianness. ] Closes: #685096, #707323 Signed-off-by: Guillem Jover <guillem@debian.org>
2013-04-16Add musl-linux support to ostable and triplettableGuillem Jover1-0/+2
This is a new Linux architecture using the musl libc. More information can be found on the porject website <http://www.musl-libc.org/>. Requested-by: Kevin Bortis <wermut@gmail.com>
2012-05-04Add MiNT support to ostable and triplettableGuillem Jover1-0/+1
Requested-by: Thorsten Glaser <tg@mirbsd.de>
2012-04-18Add x32 support to ostable, abitable and triplettableGuillem Jover1-0/+1
Closes: #667037
2011-03-15Add armhf support to ostable and triplettableGuillem Jover1-0/+1
Closes: #594179
2010-04-30Add powerpcspe to ostable and triplettableKyle Moffett1-0/+1
The 'powerpcspe' architecture is a binary-incompatible variant of PowerPC/POWER designed and supported by FreeScale and IBM. It is also known under the trade names "e500"/"MPC8500" and "e200"/"MPC5xx". Additional information can be found at: http://en.wikipedia.org/wiki/PowerPC_e500 http://en.wikipedia.org/wiki/PowerPC_e200 In particular, the 'powerpcspe' architecture lacks the classic FPU with dedicated FPRs found on most other PowerPC systems. It is replaced with a set of "SPE" instructions which perform floating-point operations on the integer registers. In an unfortunate choice of architecture design, the instructions used for the "SPE" operations overlap with those for the AltiVec unit on most other modern PowerPC cores. The "e500v2"-series chips have 64-bit GPRs, where the high 32-bits are accesible only via the special "SPE" instructions, allowing them to make efficient use of the "double" datatype. The relative rare "e500v1"-series chips have only 32-bit GPRs, and require software traps and emulation to support native "double". The "e200z3" and "e200z6" chips have no support for floating point at all, but with software traps and emulation are binary-compatible with the "e500"-series chips. The Debian port to this architecture specifically chooses to optimize for the higher-end chips (e500v2), as most of the others are targeted at automotive applications or no longer in production. The specific GNU triplet for this arch is "powerpc-linux-gnuspe". As a result, we end up adding an extra "ostable" entry instead of one in "cputable". Closes: #568123, #575158 Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com> Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Signed-off-by: Guillem Jover <guillem@debian.org>
2009-08-02Add uClinux support to ostable and triplettableSimon Richter1-0/+2
2009-08-02Add uClibc Linux support to ostable and triplettableGuillem Jover1-0/+2
Closes: #455501
2009-02-06Add kopensolaris support to ostable and triplettableGuillem Jover1-0/+1
Closes: #509312
2007-05-24Add lpia support to ostable and triplettable.Guillem Jover1-0/+1
2007-05-09Add solaris support to ostable and triplettable. Closes: #361866Guillem Jover1-1/+1
2007-05-07Add armel support to ostable and triplettable. Closes: #414087Guillem Jover1-0/+1
2007-05-07Generalize source architecture handling by abstracting it through the newGuillem Jover1-0/+14
Debian triplet.